#3A5406

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

Shades of Verdun Green #3A5406

Tints of Verdun Green #3A5406

Color information

#3A5406 (or 0x3A5406) is unknown color: approx Verdun Green. HEX triplet: 3A, 54 and 06. RGB value is (58,84,6). Sum of RGB (Red+Green+Blue) = 58+84+6=148 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.19% from 148); Green value is 84 (33.20% from 255 or 56.76% from 148); Blue value is 6 (2.73% from 255 or 4.05% from 148); Max value from RGB is 84 - color contains mainly: green. Hex color #3A5406 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5406 is #C5ABF9. Grayscale: #434343. Windows color (decimal): -12954618 or 414778. OLE color: 414778.

HSL color Cylindrical-coordinate representation of color #3A5406: hue angle of 80º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A5406 is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB58846-
CMYK0.3100.930.67
HSL80º86.67%17.65%-
HSV(B)80º92.86%32.94%-
XYZ4.957.251.31-
YUV67.3393.39121.34-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 39.19%
GREEN value IS 84 (33.20% from 255) = 56.76%
BLUE value IS 6 (2.73% from 255) = 4.05%
R=39.19%
G=56.76%
B=4.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal588460.3100.930.678086.6717.65
Hex3A5461F05D43505712
Octal72124637013510312012722
Binary1110101010100110111110101110110000111010000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,84,6); }

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

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

 a { background-color: rgb(58,84,6); }

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

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

 span { border-color: rgb(58,84,6); }

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