Html Css Color HEX #4C5311 Verdun Green

📋 copy color: '#4C5311'

red 76 ◦ green 83 ◦ blue 17

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

Shades of Verdun Green #4C5311

Tints of Verdun Green #4C5311

RGB

 RED value IS 76 (30.08% from 255) = 43.18%

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

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

R = 43.18%
G = 47.16%
B = 9.66%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#4C5311 (or 0x4C5311) is known color: Verdun Green. HEX triplet: 4C, 53 and 11. RGB value is (76,83,17). Sum of RGB (Red+Green+Blue) = 76+83+17=176 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.18% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 83 - color contains mainly: green. Hex color #4C5311 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5311 is #B3ACEE. Grayscale: #494949. Windows color (decimal): -11775215 or 1135436. OLE color: 1135436.

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

Color convert

RGB 76 83 17 -
CMYK 0.08 0 0.80 0.67
HSL 66.36º 0.66% 0.2% -
HSV(B) 66.36º 0.8% 0.33% -
XYZ 6.17 7.76 1.7 -
YUV 73.38 96.18 129.87 -
System Red Green Blue C M Y K H S L
Decimal 76 83 17 0.08 0 0.80 0.67 66.36 0.66 0.2
Hex 4C 53 11 8 0 50 43 42 42 14
Octal 114 123 21 10 0 120 103 102 102 24
Binary 1001100 1010011 10001 1000 0 1010000 1000011 1000010 1000010 10100

Color Harmonies of #4C5311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5311

Black with #4C5311

Text Example


Text Example

White with #4C5311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C5311; }

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

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

background-color css

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

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

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

border-color css

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

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

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