Html Css Color HEX #395311 Verdun Green

📋 copy color: '#395311'

red 57 ◦ green 83 ◦ blue 17

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

Shades of Verdun Green #395311

Tints of Verdun Green #395311

RGB

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

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

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

R = 36.31%
G = 52.87%
B = 10.83%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#395311 (or 0x395311) is known color: Verdun Green. HEX triplet: 39, 53 and 11. RGB value is (57,83,17). Sum of RGB (Red+Green+Blue) = 57+83+17=157 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.31% from 157); Green value is 83 (32.81% from 255 or 52.87% from 157); Blue value is 17 (7.03% from 255 or 10.83% from 157); Max value from RGB is 83 - color contains mainly: green. Hex color #395311 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395311 is #C6ACEE. Grayscale: #434343. Windows color (decimal): -13020399 or 1135417. OLE color: 1135417.

HSL color Cylindrical-coordinate representation of color #395311: hue angle of 83.64º 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 #395311 is Cyan = 0.31, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 83 17 -
CMYK 0.31 0 0.80 0.67
HSL 83.64º 0.66% 0.2% -
HSV(B) 83.64º 0.8% 0.33% -
XYZ 4.88 7.1 1.64 -
YUV 67.7 99.39 120.37 -
System Red Green Blue C M Y K H S L
Decimal 57 83 17 0.31 0 0.80 0.67 83.64 0.66 0.2
Hex 39 53 11 1F 0 50 43 54 42 14
Octal 71 123 21 37 0 120 103 124 102 24
Binary 111001 1010011 10001 11111 0 1010000 1000011 1010100 1000010 10100

Color Harmonies of #395311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395311

Black with #395311

Text Example


Text Example

White with #395311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395311; }

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

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

background-color css

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

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

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

border-color css

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

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

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