Html Css Color HEX #395614 Verdun Green

📋 copy color: '#395614'

red 57 ◦ green 86 ◦ blue 20

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

Shades of Verdun Green #395614

Tints of Verdun Green #395614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.27%

R = 34.97%
G = 52.76%
B = 12.27%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#395614 (or 0x395614) is known color: Verdun Green. HEX triplet: 39, 56 and 14. RGB value is (57,86,20). Sum of RGB (Red+Green+Blue) = 57+86+20=163 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.97% from 163); Green value is 86 (33.98% from 255 or 52.76% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 86 - color contains mainly: green. Hex color #395614 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395614 is #C6A9EB. Grayscale: #464646. Windows color (decimal): -13019628 or 1332793. OLE color: 1332793.

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

Color convert

RGB 57 86 20 -
CMYK 0.34 0 0.77 0.66
HSL 86.36º 0.62% 0.21% -
HSV(B) 86.36º 0.77% 0.34% -
XYZ 5.14 7.58 1.85 -
YUV 69.81 99.89 118.87 -
System Red Green Blue C M Y K H S L
Decimal 57 86 20 0.34 0 0.77 0.66 86.36 0.62 0.21
Hex 39 56 14 22 0 4D 42 56 3E 15
Octal 71 126 24 42 0 115 102 126 76 25
Binary 111001 1010110 10100 100010 0 1001101 1000010 1010110 111110 10101

Color Harmonies of #395614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395614

Black with #395614

Text Example


Text Example

White with #395614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395614; }

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

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

background-color css

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

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

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

border-color css

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

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

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