Html Css Color HEX #4C5411 Verdun Green

📋 copy color: '#4C5411'

red 76 ◦ green 84 ◦ blue 17

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

Shades of Verdun Green #4C5411

Tints of Verdun Green #4C5411

RGB

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

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

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

R = 42.94%
G = 47.46%
B = 9.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#4C5411 (or 0x4C5411) is known color: Verdun Green. HEX triplet: 4C, 54 and 11. RGB value is (76,84,17). Sum of RGB (Red+Green+Blue) = 76+84+17=177 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.94% from 177); Green value is 84 (33.20% from 255 or 47.46% from 177); Blue value is 17 (7.03% from 255 or 9.60% from 177); Max value from RGB is 84 - color contains mainly: green. Hex color #4C5411 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5411 is #B3ABEE. Grayscale: #4A4A4A. Windows color (decimal): -11774959 or 1135692. OLE color: 1135692.

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

Color convert

RGB 76 84 17 -
CMYK 0.10 0 0.80 0.67
HSL 67.16º 0.66% 0.2% -
HSV(B) 67.16º 0.8% 0.33% -
XYZ 6.25 7.92 1.73 -
YUV 73.97 95.85 129.45 -
System Red Green Blue C M Y K H S L
Decimal 76 84 17 0.10 0 0.80 0.67 67.16 0.66 0.2
Hex 4C 54 11 A 0 50 43 43 42 14
Octal 114 124 21 12 0 120 103 103 102 24
Binary 1001100 1010100 10001 1010 0 1010000 1000011 1000011 1000010 10100

Color Harmonies of #4C5411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5411

Black with #4C5411

Text Example


Text Example

White with #4C5411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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