Html Css Color HEX #395411 Verdun Green

📋 copy color: '#395411'

red 57 ◦ green 84 ◦ blue 17

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

Shades of Verdun Green #395411

Tints of Verdun Green #395411

RGB

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

 GREEN value IS 84 (33.2% from 255) = 53.16%

 BLUE value IS 17 (7.03% from 255) = 10.76%

R = 36.08%
G = 53.16%
B = 10.76%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#395411 (or 0x395411) is known color: Verdun Green. HEX triplet: 39, 54 and 11. RGB value is (57,84,17). Sum of RGB (Red+Green+Blue) = 57+84+17=158 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.08% from 158); Green value is 84 (33.20% from 255 or 53.16% from 158); Blue value is 17 (7.03% from 255 or 10.76% from 158); Max value from RGB is 84 - color contains mainly: green. Hex color #395411 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395411 is #C6ABEE. Grayscale: #444444. Windows color (decimal): -13020143 or 1135673. OLE color: 1135673.

HSL color Cylindrical-coordinate representation of color #395411: hue angle of 84.18º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #395411 is Cyan = 0.32, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 84 17 -
CMYK 0.32 0 0.80 0.67
HSL 84.18º 0.66% 0.2% -
HSV(B) 84.18º 0.8% 0.33% -
XYZ 4.96 7.25 1.67 -
YUV 68.29 99.05 119.95 -
System Red Green Blue C M Y K H S L
Decimal 57 84 17 0.32 0 0.80 0.67 84.18 0.66 0.2
Hex 39 54 11 20 0 50 43 54 42 14
Octal 71 124 21 40 0 120 103 124 102 24
Binary 111001 1010100 10001 100000 0 1010000 1000011 1010100 1000010 10100

Color Harmonies of #395411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395411

Black with #395411

Text Example


Text Example

White with #395411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395411; }

 p { color: rgb(57,84,17); }

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

background-color css

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

 a { background-color: rgb(57,84,17); }

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

border-color css

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

 span { border-color: rgb(57,84,17); }

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