#395006

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

Shades of Verdun Green #395006

Tints of Verdun Green #395006

Color information

#395006 (or 0x395006) is unknown color: approx Verdun Green. HEX triplet: 39, 50 and 06. RGB value is (57,80,6). Sum of RGB (Red+Green+Blue) = 57+80+6=143 (18% of max value = 765). Red value is 57 (22.66% from 255 or 39.86% from 143); Green value is 80 (31.64% from 255 or 55.94% from 143); Blue value is 6 (2.73% from 255 or 4.20% from 143); Max value from RGB is 80 - color contains mainly: green. Hex color #395006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395006 is #C6AFF9. Grayscale: #404040. Windows color (decimal): -13021178 or 413753. OLE color: 413753.

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

Color convert

RGB57806-
CMYK0.2900.920.69
HSL78.65º86.05%16.86%-
HSV(B)78.65º92.5%31.37%-
XYZ4.596.621.21-
YUV64.6994.88122.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 39.86%
GREEN value IS 80 (31.64% from 255) = 55.94%
BLUE value IS 6 (2.73% from 255) = 4.20%
R=39.86%
G=55.94%
B=4.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal578060.2900.920.6978.6586.0516.86
Hex395061D05C454f5611
Octal71120635013410511712621
Binary1110011010000110111010101110010001011001111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395006; }

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

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

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

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

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

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

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

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