Html Css Color HEX #4C7221 Green Leaf

📋 copy color: '#4C7221'

red 76 ◦ green 114 ◦ blue 33

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

Shades of Green Leaf #4C7221

Tints of Green Leaf #4C7221

RGB

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

 GREEN value IS 114 (44.92% from 255) = 51.12%

 BLUE value IS 33 (13.28% from 255) = 14.8%

R = 34.08%
G = 51.12%
B = 14.8%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#4C7221 (or 0x4C7221) is known color: Green Leaf. HEX triplet: 4C, 72 and 21. RGB value is (76,114,33). Sum of RGB (Red+Green+Blue) = 76+114+33=223 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.08% from 223); Green value is 114 (44.92% from 255 or 51.12% from 223); Blue value is 33 (13.28% from 255 or 14.80% from 223); Max value from RGB is 114 - color contains mainly: green. Hex color #4C7221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7221 is #B38DDE. Grayscale: #5D5D5D. Windows color (decimal): -11767263 or 2191948. OLE color: 2191948.

HSL color Cylindrical-coordinate representation of color #4C7221: hue angle of 88.15º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4C7221 is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB 76 114 33 -
CMYK 0.33 0 0.71 0.55
HSL 88.15º 0.55% 0.29% -
HSV(B) 88.15º 0.71% 0.45% -
XYZ 9.27 13.68 3.59 -
YUV 93.4 93.91 115.59 -
System Red Green Blue C M Y K H S L
Decimal 76 114 33 0.33 0 0.71 0.55 88.15 0.55 0.29
Hex 4C 72 21 21 0 47 37 58 37 1D
Octal 114 162 41 41 0 107 67 130 67 35
Binary 1001100 1110010 100001 100001 0 1000111 110111 1011000 110111 11101

Color Harmonies of #4C7221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7221

Black with #4C7221

Text Example


Text Example

White with #4C7221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,114,33); }

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

background-color css

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

 a { background-color: rgb(76,114,33); }

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

border-color css

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

 span { border-color: rgb(76,114,33); }

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