#396607

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

Shades of Verdun Green #396607

Tints of Verdun Green #396607

Color information

#396607 (or 0x396607) is unknown color: approx Verdun Green. HEX triplet: 39, 66 and 07. RGB value is (57,102,7). Sum of RGB (Red+Green+Blue) = 57+102+7=166 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.34% from 166); Green value is 102 (40.23% from 255 or 61.45% from 166); Blue value is 7 (3.12% from 255 or 4.22% from 166); Max value from RGB is 102 - color contains mainly: green. Hex color #396607 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396607 is #C699F8. Grayscale: #4E4E4E. Windows color (decimal): -13015545 or 484921. OLE color: 484921.

HSL color Cylindrical-coordinate representation of color #396607: hue angle of 88.42º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #396607 is Cyan = 0.44, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.6.

Color convert

RGB571027-
CMYK0.4400.930.6
HSL88.42º87.16%21.37%-
HSV(B)88.42º93.14%40%-
XYZ6.4810.391.86-
YUV77.7288.09113.22-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.34%
GREEN value IS 102 (40.23% from 255) = 61.45%
BLUE value IS 7 (3.12% from 255) = 4.22%
R=34.34%
G=61.45%
B=4.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5710270.4400.930.688.4287.1621.37
Hex396672C05D3C585715
Octal7114675401357413012725
Binary1110011100110111101100010111011111001011000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396607; }

 p { color: rgb(57,102,7); }

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

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

 a { background-color: rgb(57,102,7); }

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

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

 span { border-color: rgb(57,102,7); }

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