Html Css Color HEX #395012 Verdun Green

📋 copy color: '#395012'

red 57 ◦ green 80 ◦ blue 18

#395012
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #395012

Tints of Verdun Green #395012

RGB

 RED value IS 57 (22.66% from 255) = 36.77%

 GREEN value IS 80 (31.64% from 255) = 51.61%

 BLUE value IS 18 (7.42% from 255) = 11.61%

R = 36.77%
G = 51.61%
B = 11.61%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#395012 (or 0x395012) is known color: Verdun Green. HEX triplet: 39, 50 and 12. RGB value is (57,80,18). Sum of RGB (Red+Green+Blue) = 57+80+18=155 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.77% from 155); Green value is 80 (31.64% from 255 or 51.61% from 155); Blue value is 18 (7.42% from 255 or 11.61% from 155); Max value from RGB is 80 - color contains mainly: green. Hex color #395012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395012 is #C6AFED. Grayscale: #424242. Windows color (decimal): -13021166 or 1200185. OLE color: 1200185.

HSL color Cylindrical-coordinate representation of color #395012: hue angle of 82.26º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #395012 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 57 80 18 -
CMYK 0.29 0 0.78 0.69
HSL 82.26º 0.63% 0.19% -
HSV(B) 82.26º 0.78% 0.31% -
XYZ 4.67 6.65 1.61 -
YUV 66.06 100.88 121.54 -
System Red Green Blue C M Y K H S L
Decimal 57 80 18 0.29 0 0.78 0.69 82.26 0.63 0.19
Hex 39 50 12 1D 0 4E 45 52 3F 13
Octal 71 120 22 35 0 116 105 122 77 23
Binary 111001 1010000 10010 11101 0 1001110 1000101 1010010 111111 10011

Color Harmonies of #395012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395012

Black with #395012

Text Example


Text Example

White with #395012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395012; }

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

 H1.HeaderClassName
 {
   color: #395012;
 }
 .AnyTagClassName
 {
   color: #395012;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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