#4C8C1C

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

Shades of La Palma #4C8C1C

Tints of La Palma #4C8C1C

Color information

#4C8C1C (or 0x4C8C1C) is unknown color: approx La Palma. HEX triplet: 4C, 8C and 1C. RGB value is (76,140,28). Sum of RGB (Red+Green+Blue) = 76+140+28=244 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.15% from 244); Green value is 140 (55.08% from 255 or 57.38% from 244); Blue value is 28 (11.33% from 255 or 11.48% from 244); Max value from RGB is 140 - color contains mainly: green. Hex color #4C8C1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C8C1C is #B373E3. Grayscale: #6C6C6C. Windows color (decimal): -11760612 or 1870924. OLE color: 1870924.

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

Color convert

RGB7614028-
CMYK0.4600.800.45
HSL94.29º66.67%32.94%-
HSV(B)94.29º80%54.9%-
XYZ12.5720.384.37-
YUV108.182.8105.11-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.15%
GREEN value IS 140 (55.08% from 255) = 57.38%
BLUE value IS 28 (11.33% from 255) = 11.48%
R=31.15%
G=57.38%
B=11.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal76140280.4600.800.4594.2966.6732.94
Hex4C8C1C2E0502D5e4321
Octal114214345601205513610341
Binary100110010001100111001011100101000010110110111101000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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