Html Css Color HEX #395912 Verdun Green

📋 copy color: '#395912'

red 57 ◦ green 89 ◦ blue 18

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

Shades of Verdun Green #395912

Tints of Verdun Green #395912

RGB

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

 GREEN value IS 89 (35.16% from 255) = 54.27%

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

R = 34.76%
G = 54.27%
B = 10.98%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#395912 (or 0x395912) is known color: Verdun Green. HEX triplet: 39, 59 and 12. RGB value is (57,89,18). Sum of RGB (Red+Green+Blue) = 57+89+18=164 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.76% from 164); Green value is 89 (35.16% from 255 or 54.27% from 164); Blue value is 18 (7.42% from 255 or 10.98% from 164); Max value from RGB is 89 - color contains mainly: green. Hex color #395912 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395912 is #C6A6ED. Grayscale: #474747. Windows color (decimal): -13018862 or 1202489. OLE color: 1202489.

HSL color Cylindrical-coordinate representation of color #395912: hue angle of 87.04º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #395912 is Cyan = 0.36, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 89 18 -
CMYK 0.36 0 0.80 0.65
HSL 87.04º 0.66% 0.21% -
HSV(B) 87.04º 0.8% 0.35% -
XYZ 5.37 8.06 1.84 -
YUV 71.34 97.9 117.77 -
System Red Green Blue C M Y K H S L
Decimal 57 89 18 0.36 0 0.80 0.65 87.04 0.66 0.21
Hex 39 59 12 24 0 50 41 57 42 15
Octal 71 131 22 44 0 120 101 127 102 25
Binary 111001 1011001 10010 100100 0 1010000 1000001 1010111 1000010 10101

Color Harmonies of #395912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395912

Black with #395912

Text Example


Text Example

White with #395912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395912; }

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

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

background-color css

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

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

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

border-color css

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

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

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