Html Css Color HEX #395314 Verdun Green

📋 copy color: '#395314'

red 57 ◦ green 83 ◦ blue 20

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

Shades of Verdun Green #395314

Tints of Verdun Green #395314

RGB

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

 GREEN value IS 83 (32.81% from 255) = 51.88%

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

R = 35.63%
G = 51.88%
B = 12.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#395314 (or 0x395314) is known color: Verdun Green. HEX triplet: 39, 53 and 14. RGB value is (57,83,20). Sum of RGB (Red+Green+Blue) = 57+83+20=160 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.62% from 160); Green value is 83 (32.81% from 255 or 51.88% from 160); Blue value is 20 (8.20% from 255 or 12.5% from 160); Max value from RGB is 83 - color contains mainly: green. Hex color #395314 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395314 is #C6ACEB. Grayscale: #444444. Windows color (decimal): -13020396 or 1332025. OLE color: 1332025.

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

Color convert

RGB 57 83 20 -
CMYK 0.31 0 0.76 0.67
HSL 84.76º 0.61% 0.2% -
HSV(B) 84.76º 0.76% 0.33% -
XYZ 4.91 7.11 1.77 -
YUV 68.04 100.89 120.12 -
System Red Green Blue C M Y K H S L
Decimal 57 83 20 0.31 0 0.76 0.67 84.76 0.61 0.2
Hex 39 53 14 1F 0 4C 43 55 3D 14
Octal 71 123 24 37 0 114 103 125 75 24
Binary 111001 1010011 10100 11111 0 1001100 1000011 1010101 111101 10100

Color Harmonies of #395314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395314

Black with #395314

Text Example


Text Example

White with #395314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395314; }

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

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

background-color css

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

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

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

border-color css

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

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

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