Html Css Color HEX #375311 Verdun Green

📋 copy color: '#375311'

red 55 ◦ green 83 ◦ blue 17

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

Shades of Verdun Green #375311

Tints of Verdun Green #375311

RGB

 RED value IS 55 (21.88% from 255) = 35.48%

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

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

R = 35.48%
G = 53.55%
B = 10.97%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#375311 (or 0x375311) is known color: Verdun Green. HEX triplet: 37, 53 and 11. RGB value is (55,83,17). Sum of RGB (Red+Green+Blue) = 55+83+17=155 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.48% from 155); Green value is 83 (32.81% from 255 or 53.55% from 155); Blue value is 17 (7.03% from 255 or 10.97% from 155); Max value from RGB is 83 - color contains mainly: green. Hex color #375311 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375311 is #C8ACEE. Grayscale: #434343. Windows color (decimal): -13151471 or 1135415. OLE color: 1135415.

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

Color convert

RGB 55 83 17 -
CMYK 0.34 0 0.80 0.67
HSL 85.45º 0.66% 0.2% -
HSV(B) 85.45º 0.8% 0.33% -
XYZ 4.77 7.04 1.64 -
YUV 67.1 99.72 119.37 -
System Red Green Blue C M Y K H S L
Decimal 55 83 17 0.34 0 0.80 0.67 85.45 0.66 0.2
Hex 37 53 11 22 0 50 43 55 42 14
Octal 67 123 21 42 0 120 103 125 102 24
Binary 110111 1010011 10001 100010 0 1010000 1000011 1010101 1000010 10100

Color Harmonies of #375311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375311

Black with #375311

Text Example


Text Example

White with #375311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375311; }

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

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

background-color css

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

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

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

border-color css

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

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

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