Html Css Color HEX #4C7110 Green Leaf

📋 copy color: '#4C7110'

red 76 ◦ green 113 ◦ blue 16

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

Shades of Green Leaf #4C7110

Tints of Green Leaf #4C7110

RGB

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

 GREEN value IS 113 (44.53% from 255) = 55.12%

 BLUE value IS 16 (6.64% from 255) = 7.8%

R = 37.07%
G = 55.12%
B = 7.8%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#4C7110 (or 0x4C7110) is known color: Green Leaf. HEX triplet: 4C, 71 and 10. RGB value is (76,113,16). Sum of RGB (Red+Green+Blue) = 76+113+16=205 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.07% from 205); Green value is 113 (44.53% from 255 or 55.12% from 205); Blue value is 16 (6.64% from 255 or 7.80% from 205); Max value from RGB is 113 - color contains mainly: green. Hex color #4C7110 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7110 is #B38EEF. Grayscale: #5B5B5B. Windows color (decimal): -11767536 or 1077580. OLE color: 1077580.

HSL color Cylindrical-coordinate representation of color #4C7110: hue angle of 82.89º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4C7110 is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 76 113 16 -
CMYK 0.33 0 0.86 0.56
HSL 82.89º 0.75% 0.25% -
HSV(B) 82.89º 0.86% 0.44% -
XYZ 8.98 13.38 2.6 -
YUV 90.88 85.74 117.39 -
System Red Green Blue C M Y K H S L
Decimal 76 113 16 0.33 0 0.86 0.56 82.89 0.75 0.25
Hex 4C 71 10 21 0 56 38 53 4B 19
Octal 114 161 20 41 0 126 70 123 113 31
Binary 1001100 1110001 10000 100001 0 1010110 111000 1010011 1001011 11001

Color Harmonies of #4C7110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7110

Black with #4C7110

Text Example


Text Example

White with #4C7110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,113,16); }

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

background-color css

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

 a { background-color: rgb(76,113,16); }

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

border-color css

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

 span { border-color: rgb(76,113,16); }

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