#395208

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

Shades of Verdun Green #395208

Tints of Verdun Green #395208

Color information

#395208 (or 0x395208) is unknown color: approx Verdun Green. HEX triplet: 39, 52 and 08. RGB value is (57,82,8). Sum of RGB (Red+Green+Blue) = 57+82+8=147 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.78% from 147); Green value is 82 (32.42% from 255 or 55.78% from 147); Blue value is 8 (3.52% from 255 or 5.44% from 147); Max value from RGB is 82 - color contains mainly: green. Hex color #395208 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395208 is #C6ADF7. Grayscale: #424242. Windows color (decimal): -13020664 or 545337. OLE color: 545337.

HSL color Cylindrical-coordinate representation of color #395208: hue angle of 80.27º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #395208 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB57828-
CMYK0.3000.900.68
HSL80.27º82.22%17.65%-
HSV(B)80.27º90.24%32.16%-
XYZ4.756.921.32-
YUV66.0995.22121.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.78%
GREEN value IS 82 (32.42% from 255) = 55.78%
BLUE value IS 8 (3.52% from 255) = 5.44%
R=38.78%
G=55.78%
B=5.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal578280.3000.900.6880.2782.2217.65
Hex395281E05A44505212
Octal711221036013210412012222
Binary11100110100101000111100101101010001001010000101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395208; }

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

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

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

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

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

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

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

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