Html Css Color HEX #4C5516 Verdun Green

📋 copy color: '#4C5516'

red 76 ◦ green 85 ◦ blue 22

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

Shades of Verdun Green #4C5516

Tints of Verdun Green #4C5516

RGB

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

 GREEN value IS 85 (33.59% from 255) = 46.45%

 BLUE value IS 22 (8.98% from 255) = 12.02%

R = 41.53%
G = 46.45%
B = 12.02%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#4C5516 (or 0x4C5516) is known color: Verdun Green. HEX triplet: 4C, 55 and 16. RGB value is (76,85,22). Sum of RGB (Red+Green+Blue) = 76+85+22=183 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.53% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 85 - color contains mainly: green. Hex color #4C5516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5516 is #B3AAE9. Grayscale: #4B4B4B. Windows color (decimal): -11774698 or 1463628. OLE color: 1463628.

HSL color Cylindrical-coordinate representation of color #4C5516: hue angle of 68.57º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C5516 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB 76 85 22 -
CMYK 0.11 0 0.74 0.67
HSL 68.57º 0.59% 0.21% -
HSV(B) 68.57º 0.74% 0.33% -
XYZ 6.37 8.09 1.98 -
YUV 75.13 98.02 128.62 -
System Red Green Blue C M Y K H S L
Decimal 76 85 22 0.11 0 0.74 0.67 68.57 0.59 0.21
Hex 4C 55 16 B 0 4A 43 45 3B 15
Octal 114 125 26 13 0 112 103 105 73 25
Binary 1001100 1010101 10110 1011 0 1001010 1000011 1000101 111011 10101

Color Harmonies of #4C5516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5516

Black with #4C5516

Text Example


Text Example

White with #4C5516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,85,22); }

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

background-color css

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

 a { background-color: rgb(76,85,22); }

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

border-color css

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

 span { border-color: rgb(76,85,22); }

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