Html Css Color HEX #395214 Verdun Green

📋 copy color: '#395214'

red 57 ◦ green 82 ◦ blue 20

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

Shades of Verdun Green #395214

Tints of Verdun Green #395214

RGB

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

 GREEN value IS 82 (32.42% from 255) = 51.57%

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

R = 35.85%
G = 51.57%
B = 12.58%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.76

 K value IS 0.68

RGB Variations

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

Color information

#395214 (or 0x395214) is known color: Verdun Green. HEX triplet: 39, 52 and 14. RGB value is (57,82,20). Sum of RGB (Red+Green+Blue) = 57+82+20=159 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.85% from 159); Green value is 82 (32.42% from 255 or 51.57% from 159); Blue value is 20 (8.20% from 255 or 12.58% from 159); Max value from RGB is 82 - color contains mainly: green. Hex color #395214 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395214 is #C6ADEB. Grayscale: #434343. Windows color (decimal): -13020652 or 1331769. OLE color: 1331769.

HSL color Cylindrical-coordinate representation of color #395214: hue angle of 84.19º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #395214 is Cyan = 0.30, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.68.

Color convert

RGB 57 82 20 -
CMYK 0.30 0 0.76 0.68
HSL 84.19º 0.61% 0.2% -
HSV(B) 84.19º 0.76% 0.32% -
XYZ 4.83 6.95 1.75 -
YUV 67.46 101.22 120.54 -
System Red Green Blue C M Y K H S L
Decimal 57 82 20 0.30 0 0.76 0.68 84.19 0.61 0.2
Hex 39 52 14 1E 0 4C 44 54 3D 14
Octal 71 122 24 36 0 114 104 124 75 24
Binary 111001 1010010 10100 11110 0 1001100 1000100 1010100 111101 10100

Color Harmonies of #395214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395214

Black with #395214

Text Example


Text Example

White with #395214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395214; }

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

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

background-color css

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

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

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

border-color css

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

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

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