Html Css Color HEX #395616 Verdun Green

📋 copy color: '#395616'

red 57 ◦ green 86 ◦ blue 22

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

Shades of Verdun Green #395616

Tints of Verdun Green #395616

RGB

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

 GREEN value IS 86 (33.98% from 255) = 52.12%

 BLUE value IS 22 (8.98% from 255) = 13.33%

R = 34.55%
G = 52.12%
B = 13.33%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.74

 K value IS 0.66

RGB Variations

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

Color information

#395616 (or 0x395616) is known color: Verdun Green. HEX triplet: 39, 56 and 16. RGB value is (57,86,22). Sum of RGB (Red+Green+Blue) = 57+86+22=165 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.55% from 165); Green value is 86 (33.98% from 255 or 52.12% from 165); Blue value is 22 (8.98% from 255 or 13.33% from 165); Max value from RGB is 86 - color contains mainly: green. Hex color #395616 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395616 is #C6A9E9. Grayscale: #464646. Windows color (decimal): -13019626 or 1463865. OLE color: 1463865.

HSL color Cylindrical-coordinate representation of color #395616: hue angle of 87.19º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #395616 is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.66.

Color convert

RGB 57 86 22 -
CMYK 0.34 0 0.74 0.66
HSL 87.19º 0.59% 0.21% -
HSV(B) 87.19º 0.74% 0.34% -
XYZ 5.16 7.58 1.95 -
YUV 70.03 100.89 118.7 -
System Red Green Blue C M Y K H S L
Decimal 57 86 22 0.34 0 0.74 0.66 87.19 0.59 0.21
Hex 39 56 16 22 0 4A 42 57 3B 15
Octal 71 126 26 42 0 112 102 127 73 25
Binary 111001 1010110 10110 100010 0 1001010 1000010 1010111 111011 10101

Color Harmonies of #395616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395616

Black with #395616

Text Example


Text Example

White with #395616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395616; }

 p { color: rgb(57,86,22); }

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

background-color css

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

 a { background-color: rgb(57,86,22); }

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

border-color css

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

 span { border-color: rgb(57,86,22); }

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