Html Css Color HEX #4C7A13 Green Leaf

📋 copy color: '#4C7A13'

red 76 ◦ green 122 ◦ blue 19

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

Shades of Green Leaf #4C7A13

Tints of Green Leaf #4C7A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.76%

R = 35.02%
G = 56.22%
B = 8.76%

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

#4C7A13 (or 0x4C7A13) is known color: Green Leaf. HEX triplet: 4C, 7A and 13. RGB value is (76,122,19). Sum of RGB (Red+Green+Blue) = 76+122+19=217 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.02% from 217); Green value is 122 (48.05% from 255 or 56.22% from 217); Blue value is 19 (7.81% from 255 or 8.76% from 217); Max value from RGB is 122 - color contains mainly: green. Hex color #4C7A13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7A13 is #B385EC. Grayscale: #606060. Windows color (decimal): -11765229 or 1276492. OLE color: 1276492.

HSL color Cylindrical-coordinate representation of color #4C7A13: hue angle of 86.8º degrees, saturation: 0.73, 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 #4C7A13 is Cyan = 0.38, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB 76 122 19 -
CMYK 0.38 0 0.84 0.52
HSL 86.8º 0.73% 0.28% -
HSV(B) 86.8º 0.84% 0.48% -
XYZ 10.06 15.5 3.08 -
YUV 96.5 84.26 113.38 -
System Red Green Blue C M Y K H S L
Decimal 76 122 19 0.38 0 0.84 0.52 86.8 0.73 0.28
Hex 4C 7A 13 26 0 54 34 57 49 1C
Octal 114 172 23 46 0 124 64 127 111 34
Binary 1001100 1111010 10011 100110 0 1010100 110100 1010111 1001001 11100

Color Harmonies of #4C7A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7A13

Black with #4C7A13

Text Example


Text Example

White with #4C7A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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