#3A4F06

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

Shades of Verdun Green #3A4F06

Tints of Verdun Green #3A4F06

Color information

#3A4F06 (or 0x3A4F06) is unknown color: approx Verdun Green. HEX triplet: 3A, 4F and 06. RGB value is (58,79,6). Sum of RGB (Red+Green+Blue) = 58+79+6=143 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.56% from 143); Green value is 79 (31.25% from 255 or 55.24% from 143); Blue value is 6 (2.73% from 255 or 4.20% from 143); Max value from RGB is 79 - color contains mainly: green. Hex color #3A4F06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A4F06 is #C5B0F9. Grayscale: #404040. Windows color (decimal): -12955898 or 413498. OLE color: 413498.

HSL color Cylindrical-coordinate representation of color #3A4F06: hue angle of 77.26º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3A4F06 is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB58796-
CMYK0.2700.920.69
HSL77.26º85.88%16.67%-
HSV(B)77.26º92.41%30.98%-
XYZ4.576.51.19-
YUV64.495.04123.44-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40.56%
GREEN value IS 79 (31.25% from 255) = 55.24%
BLUE value IS 6 (2.73% from 255) = 4.20%
R=40.56%
G=55.24%
B=4.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal587960.2700.920.6977.2685.8816.67
Hex3A4F61B05C454d5611
Octal72117633013410511512621
Binary1110101001111110110110101110010001011001101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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