#4C941E

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

Shades of La Palma #4C941E

Tints of La Palma #4C941E

Color information

#4C941E (or 0x4C941E) is unknown color: approx La Palma. HEX triplet: 4C, 94 and 1E. RGB value is (76,148,30). Sum of RGB (Red+Green+Blue) = 76+148+30=254 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.92% from 254); Green value is 148 (58.20% from 255 or 58.27% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 148 - color contains mainly: green. Hex color #4C941E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C941E is #B36BE1. Grayscale: #717171. Windows color (decimal): -11758562 or 2004044. OLE color: 2004044.

HSL color Cylindrical-coordinate representation of color #4C941E: hue angle of 96.61º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C941E is Cyan = 0.49, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB7614830-
CMYK0.4900.800.42
HSL96.61º66.29%34.9%-
HSV(B)96.61º79.73%58.04%-
XYZ13.822.814.9-
YUV113.0281.15101.59-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.92%
GREEN value IS 148 (58.20% from 255) = 58.27%
BLUE value IS 30 (12.11% from 255) = 11.81%
R=29.92%
G=58.27%
B=11.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal76148300.4900.800.4296.6166.2934.9
Hex4C941E310502A614223
Octal114224366101205214110243
Binary100110010010100111101100010101000010101011000011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C941E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,148,30); }

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

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

 a { background-color: rgb(76,148,30); }

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

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

 span { border-color: rgb(76,148,30); }

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