#4C942E

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

Shades of La Palma #4C942E

Tints of La Palma #4C942E

Color information

#4C942E (or 0x4C942E) is unknown color: approx La Palma. HEX triplet: 4C, 94 and 2E. RGB value is (76,148,46). Sum of RGB (Red+Green+Blue) = 76+148+46=270 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.15% from 270); Green value is 148 (58.20% from 255 or 54.81% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 148 - color contains mainly: green. Hex color #4C942E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C942E is #B36BD1. Grayscale: #737373. Windows color (decimal): -11758546 or 3052620. OLE color: 3052620.

HSL color Cylindrical-coordinate representation of color #4C942E: hue angle of 102.35º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4C942E is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB7614846-
CMYK0.4900.690.42
HSL102.35º52.58%38.04%-
HSV(B)102.35º68.92%58.04%-
XYZ14.0622.916.27-
YUV114.8489.15100.29-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.15%
GREEN value IS 148 (58.20% from 255) = 54.81%
BLUE value IS 46 (18.36% from 255) = 17.04%
R=28.15%
G=54.81%
B=17.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal76148460.4900.690.42102.3552.5838.04
Hex4C942E310452A663526
Octal11422456610105521466546
Binary100110010010100101110110001010001011010101100110110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C942E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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