#3A520B

Color #3A520B Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #3A520B

Tints of Verdun Green #3A520B

Color information

#3A520B (or 0x3A520B) is unknown color: approx Verdun Green. HEX triplet: 3A, 52 and 0B. RGB value is (58,82,11). Sum of RGB (Red+Green+Blue) = 58+82+11=151 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.41% from 151); Green value is 82 (32.42% from 255 or 54.30% from 151); Blue value is 11 (4.69% from 255 or 7.28% from 151); Max value from RGB is 82 - color contains mainly: green. Hex color #3A520B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A520B is #C5ADF4. Grayscale: #424242. Windows color (decimal): -12955125 or 741946. OLE color: 741946.

HSL color Cylindrical-coordinate representation of color #3A520B: hue angle of 80.28º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3A520B is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.68.

Color convert

RGB588211-
CMYK0.2900.870.68
HSL80.28º76.34%18.24%-
HSV(B)80.28º86.59%32.16%-
XYZ4.826.961.41-
YUV66.7396.55121.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 58 (23.05% from 255) = 38.41%
GREEN value IS 82 (32.42% from 255) = 54.30%
BLUE value IS 11 (4.69% from 255) = 7.28%
R=38.41%
G=54.30%
B=7.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5882110.2900.870.6880.2876.3418.24
Hex3A52B1D05744504c12
Octal721221335012710412011422
Binary11101010100101011111010101011110001001010000100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A520B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A520B; }

 p { color: rgb(58,82,11); }

 H1.HeaderClassName
 {
   color: #3A520B;
 }
 .AnyTagClassName
 {
   color: #3A520B;
 }
</style>
background-color css

<style>
 a { background-color: #3A520B; }

 a { background-color: rgb(58,82,11); }

 div.DivClassName
 {
   background-color: #3A520B;
 }
 .BgClassName
 {
   background-color: #3A520B;
 }
</style>
border-color css

<style>
 span { border-color: #3A520B; }

 span { border-color: rgb(58,82,11); }

 td.TdClassName
 {
   border-color: #3A520B;
 }
 .TagClassName
 {
   border-color: #3A520B;
 }
</style>