#395212

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

Shades of Verdun Green #395212

Tints of Verdun Green #395212

Color information

#395212 (or 0x395212) is unknown color: approx Verdun Green. HEX triplet: 39, 52 and 12. RGB value is (57,82,18). Sum of RGB (Red+Green+Blue) = 57+82+18=157 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.31% from 157); Green value is 82 (32.42% from 255 or 52.23% from 157); Blue value is 18 (7.42% from 255 or 11.46% from 157); Max value from RGB is 82 - color contains mainly: green. Hex color #395212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395212 is #C6ADED. Grayscale: #434343. Windows color (decimal): -13020654 or 1200697. OLE color: 1200697.

HSL color Cylindrical-coordinate representation of color #395212: hue angle of 83.44º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #395212 is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB578218-
CMYK0.3000.780.68
HSL83.44º64%19.61%-
HSV(B)83.44º78.05%32.16%-
XYZ4.816.951.66-
YUV67.23100.22120.7-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.31%
GREEN value IS 82 (32.42% from 255) = 52.23%
BLUE value IS 18 (7.42% from 255) = 11.46%
R=36.31%
G=52.23%
B=11.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5782180.3000.780.6883.446419.61
Hex3952121E04E44534014
Octal711222236011610412310024
Binary111001101001010010111100100111010001001010011100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395212; }

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

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

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

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

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

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

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

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