#396708

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

Shades of Verdun Green #396708

Tints of Verdun Green #396708

Color information

#396708 (or 0x396708) is unknown color: approx Verdun Green. HEX triplet: 39, 67 and 08. RGB value is (57,103,8). Sum of RGB (Red+Green+Blue) = 57+103+8=168 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.93% from 168); Green value is 103 (40.62% from 255 or 61.31% from 168); Blue value is 8 (3.52% from 255 or 4.76% from 168); Max value from RGB is 103 - color contains mainly: green. Hex color #396708 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396708 is #C698F7. Grayscale: #4E4E4E. Windows color (decimal): -13015288 or 550713. OLE color: 550713.

HSL color Cylindrical-coordinate representation of color #396708: hue angle of 89.05º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #396708 is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.60.

Color convert

RGB571038-
CMYK0.4500.920.60
HSL89.05º85.59%21.76%-
HSV(B)89.05º92.23%40.39%-
XYZ6.5810.591.93-
YUV78.4288.26112.72-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.93%
GREEN value IS 103 (40.62% from 255) = 61.31%
BLUE value IS 8 (3.52% from 255) = 4.76%
R=33.93%
G=61.31%
B=4.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5710380.4500.920.6089.0585.5921.76
Hex396782D05C3C595616
Octal71147105501347413112626
Binary11100111001111000101101010111001111001011001101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396708; }

 p { color: rgb(57,103,8); }

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

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

 a { background-color: rgb(57,103,8); }

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

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

 span { border-color: rgb(57,103,8); }

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