#4C8025

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

Shades of La Palma #4C8025

Tints of La Palma #4C8025

Color information

#4C8025 (or 0x4C8025) is unknown color: approx La Palma. HEX triplet: 4C, 80 and 25. RGB value is (76,128,37). Sum of RGB (Red+Green+Blue) = 76+128+37=241 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.54% from 241); Green value is 128 (50.39% from 255 or 53.11% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 128 - color contains mainly: green. Hex color #4C8025 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C8025 is #B37FDA. Grayscale: #666666. Windows color (decimal): -11763675 or 2457676. OLE color: 2457676.

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

Color convert

RGB7612837-
CMYK0.4100.710.50
HSL94.29º55.15%32.35%-
HSV(B)94.29º71.09%50.2%-
XYZ11.0317.114.47-
YUV102.0891.27109.4-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.54%
GREEN value IS 128 (50.39% from 255) = 53.11%
BLUE value IS 37 (14.84% from 255) = 15.35%
R=31.54%
G=53.11%
B=15.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal76128370.4100.710.5094.2955.1532.35
Hex4C802529047325e3720
Octal11420045510107621366740
Binary100110010000000100101101001010001111100101011110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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