#4C992A

Color #4C992A La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #4C992A

Tints of La Palma #4C992A

Color information

#4C992A (or 0x4C992A) is unknown color: approx La Palma. HEX triplet: 4C, 99 and 2A. RGB value is (76,153,42). Sum of RGB (Red+Green+Blue) = 76+153+42=271 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.04% from 271); Green value is 153 (60.16% from 255 or 56.46% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 153 - color contains mainly: green. Hex color #4C992A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C992A is #B366D5. Grayscale: #757575. Windows color (decimal): -11757270 or 2791756. OLE color: 2791756.

HSL color Cylindrical-coordinate representation of color #4C992A: hue angle of 101.62º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4C992A is Cyan = 0.50, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB7615342-
CMYK0.5000.730.4
HSL101.62º56.92%38.24%-
HSV(B)101.62º72.55%60%-
XYZ14.7924.496.14-
YUV117.3285.4998.53-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.04%
GREEN value IS 153 (60.16% from 255) = 56.46%
BLUE value IS 42 (16.80% from 255) = 15.50%
R=28.04%
G=56.46%
B=15.50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal76153420.5000.730.4101.6256.9238.24
Hex4C992A3204928663926
Octal11423152620111501467146
Binary100110010011001101010110010010010011010001100110111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C992A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,153,42); }

 H1.HeaderClassName
 {
   color: #4C992A;
 }
 .AnyTagClassName
 {
   color: #4C992A;
 }
</style>
background-color css

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

 a { background-color: rgb(76,153,42); }

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

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

 span { border-color: rgb(76,153,42); }

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