#395508

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

Shades of Verdun Green #395508

Tints of Verdun Green #395508

Color information

#395508 (or 0x395508) is unknown color: approx Verdun Green. HEX triplet: 39, 55 and 08. RGB value is (57,85,8). Sum of RGB (Red+Green+Blue) = 57+85+8=150 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38% from 150); Green value is 85 (33.59% from 255 or 56.67% from 150); Blue value is 8 (3.52% from 255 or 5.33% from 150); Max value from RGB is 85 - color contains mainly: green. Hex color #395508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395508 is #C6AAF7. Grayscale: #444444. Windows color (decimal): -13019896 or 546105. OLE color: 546105.

HSL color Cylindrical-coordinate representation of color #395508: hue angle of 81.82º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #395508 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.67.

Color convert

RGB57858-
CMYK0.3300.910.67
HSL81.82º82.8%18.24%-
HSV(B)81.82º90.59%33.33%-
XYZ4.987.381.39-
YUV67.8594.22120.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38%
GREEN value IS 85 (33.59% from 255) = 56.67%
BLUE value IS 8 (3.52% from 255) = 5.33%
R=38%
G=56.67%
B=5.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal578580.3300.910.6781.8282.818.24
Hex395582105B43525312
Octal711251041013310312212322
Binary111001101010110001000010101101110000111010010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395508; }

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

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

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

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

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

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

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

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