#395512

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

Shades of Verdun Green #395512

Tints of Verdun Green #395512

Color information

#395512 (or 0x395512) is unknown color: approx Verdun Green. HEX triplet: 39, 55 and 12. RGB value is (57,85,18). Sum of RGB (Red+Green+Blue) = 57+85+18=160 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.62% from 160); Green value is 85 (33.59% from 255 or 53.12% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 85 - color contains mainly: green. Hex color #395512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395512 is #C6AAED. Grayscale: #454545. Windows color (decimal): -13019886 or 1201465. OLE color: 1201465.

HSL color Cylindrical-coordinate representation of color #395512: hue angle of 85.07º 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 #395512 is Cyan = 0.33, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB578518-
CMYK0.3300.790.67
HSL85.07º65.05%20.2%-
HSV(B)85.07º78.82%33.33%-
XYZ5.057.411.74-
YUV68.9999.22119.45-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.62%
GREEN value IS 85 (33.59% from 255) = 53.12%
BLUE value IS 18 (7.42% from 255) = 11.25%
R=35.62%
G=53.12%
B=11.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5785180.3300.790.6785.0765.0520.2
Hex3955122104F43554114
Octal711252241011710312510124
Binary1110011010101100101000010100111110000111010101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395512; }

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

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

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

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

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

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

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

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