Html Css Color HEX #4C7A14 Green Leaf

📋 copy color: '#4C7A14'

red 76 ◦ green 122 ◦ blue 20

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

Shades of Green Leaf #4C7A14

Tints of Green Leaf #4C7A14

RGB

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

 GREEN value IS 122 (48.05% from 255) = 55.96%

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

R = 34.86%
G = 55.96%
B = 9.17%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.84

 K value IS 0.52

RGB Variations

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

Color information

#4C7A14 (or 0x4C7A14) is known color: Green Leaf. HEX triplet: 4C, 7A and 14. RGB value is (76,122,20). Sum of RGB (Red+Green+Blue) = 76+122+20=218 (28% of max value = 765). Red value is 76 (30.08% from 255 or 34.86% from 218); Green value is 122 (48.05% from 255 or 55.96% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 122 - color contains mainly: green. Hex color #4C7A14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7A14 is #B385EB. Grayscale: #606060. Windows color (decimal): -11765228 or 1342028. OLE color: 1342028.

HSL color Cylindrical-coordinate representation of color #4C7A14: hue angle of 87.06º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4C7A14 is Cyan = 0.38, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB 76 122 20 -
CMYK 0.38 0 0.84 0.52
HSL 87.06º 0.72% 0.28% -
HSV(B) 87.06º 0.84% 0.48% -
XYZ 10.07 15.51 3.12 -
YUV 96.62 84.76 113.29 -
System Red Green Blue C M Y K H S L
Decimal 76 122 20 0.38 0 0.84 0.52 87.06 0.72 0.28
Hex 4C 7A 14 26 0 54 34 57 48 1C
Octal 114 172 24 46 0 124 64 127 110 34
Binary 1001100 1111010 10100 100110 0 1010100 110100 1010111 1001000 11100

Color Harmonies of #4C7A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7A14

Black with #4C7A14

Text Example


Text Example

White with #4C7A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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