#395412

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

Shades of Verdun Green #395412

Tints of Verdun Green #395412

Color information

#395412 (or 0x395412) is unknown color: approx Verdun Green. HEX triplet: 39, 54 and 12. RGB value is (57,84,18). Sum of RGB (Red+Green+Blue) = 57+84+18=159 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.85% from 159); Green value is 84 (33.20% from 255 or 52.83% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 84 - color contains mainly: green. Hex color #395412 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395412 is #C6ABED. Grayscale: #444444. Windows color (decimal): -13020142 or 1201209. OLE color: 1201209.

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

Color convert

RGB578418-
CMYK0.3200.790.67
HSL84.55º64.71%20%-
HSV(B)84.55º78.57%32.94%-
XYZ4.977.251.71-
YUV68.499.55119.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.85%
GREEN value IS 84 (33.20% from 255) = 52.83%
BLUE value IS 18 (7.42% from 255) = 11.32%
R=35.85%
G=52.83%
B=11.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5784180.3200.790.6784.5564.7120
Hex3954122004F43554114
Octal711242240011710312510124
Binary1110011010100100101000000100111110000111010101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395412; }

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

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

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

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

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

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

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

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