#4C8030

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

Shades of La Palma #4C8030

Tints of La Palma #4C8030

Color information

#4C8030 (or 0x4C8030) is unknown color: approx La Palma. HEX triplet: 4C, 80 and 30. RGB value is (76,128,48). Sum of RGB (Red+Green+Blue) = 76+128+48=252 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.16% from 252); Green value is 128 (50.39% from 255 or 50.79% from 252); Blue value is 48 (19.14% from 255 or 19.05% from 252); Max value from RGB is 128 - color contains mainly: green. Hex color #4C8030 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C8030 is #B37FCF. Grayscale: #676767. Windows color (decimal): -11763664 or 3178572. OLE color: 3178572.

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

Color convert

RGB7612848-
CMYK0.4100.620.50
HSL99º45.45%34.51%-
HSV(B)99º62.5%50.2%-
XYZ11.2317.195.52-
YUV103.3396.77108.5-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.16%
GREEN value IS 128 (50.39% from 255) = 50.79%
BLUE value IS 48 (19.14% from 255) = 19.05%
R=30.16%
G=50.79%
B=19.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal76128480.4100.620.509945.4534.51
Hex4C80302903E32632d23
Octal1142006051076621435543
Binary10011001000000011000010100101111101100101100011101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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