#4C8024

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

Shades of La Palma #4C8024

Tints of La Palma #4C8024

Color information

#4C8024 (or 0x4C8024) is unknown color: approx La Palma. HEX triplet: 4C, 80 and 24. RGB value is (76,128,36). Sum of RGB (Red+Green+Blue) = 76+128+36=240 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.67% from 240); Green value is 128 (50.39% from 255 or 53.33% from 240); Blue value is 36 (14.45% from 255 or 15% from 240); Max value from RGB is 128 - color contains mainly: green. Hex color #4C8024 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C8024 is #B37FDB. Grayscale: #666666. Windows color (decimal): -11763676 or 2392140. OLE color: 2392140.

HSL color Cylindrical-coordinate representation of color #4C8024: hue angle of 93.91º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4C8024 is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.50.

Color convert

RGB7612836-
CMYK0.4100.720.50
HSL93.91º56.1%32.16%-
HSV(B)93.91º71.88%50.2%-
XYZ11.0217.14.39-
YUV101.9690.77109.48-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.67%
GREEN value IS 128 (50.39% from 255) = 53.33%
BLUE value IS 36 (14.45% from 255) = 15%
R=31.67%
G=53.33%
B=15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal76128360.4100.720.5093.9156.132.16
Hex4C802429048325e3820
Octal11420044510110621367040
Binary100110010000000100100101001010010001100101011110111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,128,36); }

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

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

 a { background-color: rgb(76,128,36); }

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

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

 span { border-color: rgb(76,128,36); }

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