#4A9D31

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

Shades of La Palma #4A9D31

Tints of La Palma #4A9D31

Color information

#4A9D31 (or 0x4A9D31) is unknown color: approx La Palma. HEX triplet: 4A, 9D and 31. RGB value is (74,157,49). Sum of RGB (Red+Green+Blue) = 74+157+49=280 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.43% from 280); Green value is 157 (61.72% from 255 or 56.07% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 157 - color contains mainly: green. Hex color #4A9D31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A9D31 is #B562CE. Grayscale: #787878. Windows color (decimal): -11887311 or 3251530. OLE color: 3251530.

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

Color convert

RGB7415749-
CMYK0.5300.690.38
HSL106.11º52.43%40.39%-
HSV(B)106.11º68.79%61.57%-
XYZ15.4425.797.07-
YUV119.878895.28-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.43%
GREEN value IS 157 (61.72% from 255) = 56.07%
BLUE value IS 49 (19.53% from 255) = 17.5%
R=26.43%
G=56.07%
B=17.5%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal74157490.5300.690.38106.1152.4340.39
Hex4A9D3135045266a3428
Octal11223561650105461526450
Binary100101010011101110001110101010001011001101101010110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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