#4A9D28

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

Shades of La Palma #4A9D28

Tints of La Palma #4A9D28

Color information

#4A9D28 (or 0x4A9D28) is unknown color: approx La Palma. HEX triplet: 4A, 9D and 28. RGB value is (74,157,40). Sum of RGB (Red+Green+Blue) = 74+157+40=271 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.31% from 271); Green value is 157 (61.72% from 255 or 57.93% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 157 - color contains mainly: green. Hex color #4A9D28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A9D28 is #B562D7. Grayscale: #777777. Windows color (decimal): -11887320 or 2661706. OLE color: 2661706.

HSL color Cylindrical-coordinate representation of color #4A9D28: hue angle of 102.56º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4A9D28 is Cyan = 0.53, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB7415740-
CMYK0.5300.750.38
HSL102.56º59.39%38.63%-
HSV(B)102.56º74.52%61.57%-
XYZ15.2625.726.17-
YUV118.8483.596.01-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.31%
GREEN value IS 157 (61.72% from 255) = 57.93%
BLUE value IS 40 (16.02% from 255) = 14.76%
R=27.31%
G=57.93%
B=14.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal74157400.5300.750.38102.5659.3938.63
Hex4A9D283504B26673b27
Octal11223550650113461477347
Binary100101010011101101000110101010010111001101100111111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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