#4A9828

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

Shades of La Palma #4A9828

Tints of La Palma #4A9828

Color information

#4A9828 (or 0x4A9828) is unknown color: approx La Palma. HEX triplet: 4A, 98 and 28. RGB value is (74,152,40). Sum of RGB (Red+Green+Blue) = 74+152+40=266 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.82% from 266); Green value is 152 (59.77% from 255 or 57.14% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 152 - color contains mainly: green. Hex color #4A9828 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A9828 is #B567D7. Grayscale: #747474. Windows color (decimal): -11888600 or 2660426. OLE color: 2660426.

HSL color Cylindrical-coordinate representation of color #4A9828: hue angle of 101.79º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A9828 is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB7415240-
CMYK0.5100.740.40
HSL101.79º58.33%37.65%-
HSV(B)101.79º73.68%59.61%-
XYZ14.4424.075.89-
YUV115.9185.1698.11-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.82%
GREEN value IS 152 (59.77% from 255) = 57.14%
BLUE value IS 40 (16.02% from 255) = 15.04%
R=27.82%
G=57.14%
B=15.04%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal74152400.5100.740.40101.7958.3337.65
Hex4A98283304A28663a26
Octal11223050630112501467246
Binary100101010011000101000110011010010101010001100110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,152,40); }

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

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

 a { background-color: rgb(74,152,40); }

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

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

 span { border-color: rgb(74,152,40); }

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