Html Css Color HEX #4C7114 Green Leaf

📋 copy color: '#4C7114'

red 76 ◦ green 113 ◦ blue 20

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

Shades of Green Leaf #4C7114

Tints of Green Leaf #4C7114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.57%

R = 36.36%
G = 54.07%
B = 9.57%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#4C7114 (or 0x4C7114) is known color: Green Leaf. HEX triplet: 4C, 71 and 14. RGB value is (76,113,20). Sum of RGB (Red+Green+Blue) = 76+113+20=209 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.36% from 209); Green value is 113 (44.53% from 255 or 54.07% from 209); Blue value is 20 (8.20% from 255 or 9.57% from 209); Max value from RGB is 113 - color contains mainly: green. Hex color #4C7114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7114 is #B38EEB. Grayscale: #5B5B5B. Windows color (decimal): -11767532 or 1339724. OLE color: 1339724.

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

Color convert

RGB 76 113 20 -
CMYK 0.33 0 0.82 0.56
HSL 83.87º 0.7% 0.26% -
HSV(B) 83.87º 0.82% 0.44% -
XYZ 9.01 13.4 2.77 -
YUV 91.34 87.74 117.06 -
System Red Green Blue C M Y K H S L
Decimal 76 113 20 0.33 0 0.82 0.56 83.87 0.7 0.26
Hex 4C 71 14 21 0 52 38 54 46 1A
Octal 114 161 24 41 0 122 70 124 106 32
Binary 1001100 1110001 10100 100001 0 1010010 111000 1010100 1000110 11010

Color Harmonies of #4C7114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7114

Black with #4C7114

Text Example


Text Example

White with #4C7114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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