#395417

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

Shades of Verdun Green #395417

Tints of Verdun Green #395417

Color information

#395417 (or 0x395417) is unknown color: approx Verdun Green. HEX triplet: 39, 54 and 17. RGB value is (57,84,23). Sum of RGB (Red+Green+Blue) = 57+84+23=164 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.76% from 164); Green value is 84 (33.20% from 255 or 51.22% from 164); Blue value is 23 (9.38% from 255 or 14.02% from 164); Max value from RGB is 84 - color contains mainly: green. Hex color #395417 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395417 is #C6ABE8. Grayscale: #454545. Windows color (decimal): -13020137 or 1528889. OLE color: 1528889.

HSL color Cylindrical-coordinate representation of color #395417: hue angle of 86.56º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #395417 is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB578423-
CMYK0.3200.730.67
HSL86.56º57.01%20.98%-
HSV(B)86.56º72.62%32.94%-
XYZ5.017.271.95-
YUV68.97102.05119.46-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.76%
GREEN value IS 84 (33.20% from 255) = 51.22%
BLUE value IS 23 (9.38% from 255) = 14.02%
R=34.76%
G=51.22%
B=14.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5784230.3200.730.6786.5657.0120.98
Hex3954172004943573915
Octal71124274001111031277125
Binary111001101010010111100000010010011000011101011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395417; }

 p { color: rgb(57,84,23); }

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

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

 a { background-color: rgb(57,84,23); }

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

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

 span { border-color: rgb(57,84,23); }

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