#396704

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

Shades of Verdun Green #396704

Tints of Verdun Green #396704

Color information

#396704 (or 0x396704) is unknown color: approx Verdun Green. HEX triplet: 39, 67 and 04. RGB value is (57,103,4). Sum of RGB (Red+Green+Blue) = 57+103+4=164 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.76% from 164); Green value is 103 (40.62% from 255 or 62.80% from 164); Blue value is 4 (1.95% from 255 or 2.44% from 164); Max value from RGB is 103 - color contains mainly: green. Hex color #396704 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396704 is #C698FB. Grayscale: #4E4E4E. Windows color (decimal): -13015292 or 288569. OLE color: 288569.

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

Color convert

RGB571034-
CMYK0.4500.960.60
HSL87.88º92.52%20.98%-
HSV(B)87.88º96.12%40.39%-
XYZ6.5610.581.81-
YUV77.9686.26113.05-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.76%
GREEN value IS 103 (40.62% from 255) = 62.80%
BLUE value IS 4 (1.95% from 255) = 2.44%
R=34.76%
G=62.80%
B=2.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5710340.4500.960.6087.8892.5220.98
Hex396742D0603C585d15
Octal7114745501407413013525
Binary1110011100111100101101011000001111001011000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396704; }

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

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

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

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

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

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

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

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