#4c8e1c

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

Shades of La Palma #4C8E1C

Tints of La Palma #4C8E1C

Color information

#4C8E1C (or 0x4C8E1C) is unknown color: approx La Palma. HEX triplet: 4C, 8E and 1C. RGB value is (76,142,28). Sum of RGB (Red+Green+Blue) = 76+142+28=246 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.89% from 246); Green value is 142 (55.86% from 255 or 57.72% from 246); Blue value is 28 (11.33% from 255 or 11.38% from 246); Max value from RGB is 142 - color contains mainly: green. Hex color #4C8E1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C8E1C is #B371E3. Grayscale: #6D6D6D. Windows color (decimal): -11760100 or 1871436. OLE color: 1871436.

HSL color Cylindrical-coordinate representation of color #4C8E1C: hue angle of 94.74º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C8E1C is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB7614228-
CMYK0.4600.800.44
HSL94.74º67.06%33.33%-
HSV(B)94.74º80.28%55.69%-
XYZ12.8620.974.47-
YUV109.2782.13104.27-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.89%
GREEN value IS 142 (55.86% from 255) = 57.72%
BLUE value IS 28 (11.33% from 255) = 11.38%
R=30.89%
G=57.72%
B=11.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal76142280.4600.800.4494.7467.0633.33
Hex4C8E1C2E0502C5f4321
Octal114216345601205413710341
Binary100110010001110111001011100101000010110010111111000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c8e1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,142,28); }

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

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

 a { background-color: rgb(76,142,28); }

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

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

 span { border-color: rgb(76,142,28); }

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