#395009

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

Shades of Verdun Green #395009

Tints of Verdun Green #395009

Color information

#395009 (or 0x395009) is unknown color: approx Verdun Green. HEX triplet: 39, 50 and 09. RGB value is (57,80,9). Sum of RGB (Red+Green+Blue) = 57+80+9=146 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.04% from 146); Green value is 80 (31.64% from 255 or 54.79% from 146); Blue value is 9 (3.91% from 255 or 6.16% from 146); Max value from RGB is 80 - color contains mainly: green. Hex color #395009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395009 is #C6AFF6. Grayscale: #414141. Windows color (decimal): -13021175 or 610361. OLE color: 610361.

HSL color Cylindrical-coordinate representation of color #395009: hue angle of 79.44º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #395009 is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.69.

Color convert

RGB57809-
CMYK0.2900.890.69
HSL79.44º79.78%17.45%-
HSV(B)79.44º88.75%31.37%-
XYZ4.616.631.29-
YUV65.0396.38122.27-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 39.04%
GREEN value IS 80 (31.64% from 255) = 54.79%
BLUE value IS 9 (3.91% from 255) = 6.16%
R=39.04%
G=54.79%
B=6.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal578090.2900.890.6979.4479.7817.45
Hex395091D059454f5011
Octal711201135013110511712021
Binary11100110100001001111010101100110001011001111101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395009; }

 p { color: rgb(57,80,9); }

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

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

 a { background-color: rgb(57,80,9); }

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

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

 span { border-color: rgb(57,80,9); }

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