#4A9932

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

Shades of La Palma #4A9932

Tints of La Palma #4A9932

Color information

#4A9932 (or 0x4A9932) is unknown color: approx La Palma. HEX triplet: 4A, 99 and 32. RGB value is (74,153,50). Sum of RGB (Red+Green+Blue) = 74+153+50=277 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.71% from 277); Green value is 153 (60.16% from 255 or 55.23% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 153 - color contains mainly: green. Hex color #4A9932 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A9932 is #B566CD. Grayscale: #757575. Windows color (decimal): -11888334 or 3316042. OLE color: 3316042.

HSL color Cylindrical-coordinate representation of color #4A9932: hue angle of 106.02º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A9932 is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB7415350-
CMYK0.5200.670.4
HSL106.02º50.74%39.8%-
HSV(B)106.02º67.32%60%-
XYZ14.7924.476.96-
YUV117.6489.8396.88-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.71%
GREEN value IS 153 (60.16% from 255) = 55.23%
BLUE value IS 50 (19.92% from 255) = 18.05%
R=26.71%
G=55.23%
B=18.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal74153500.5200.670.4106.0250.7439.8
Hex4A993234043286a3328
Octal11223162640103501526350
Binary100101010011001110010110100010000111010001101010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,153,50); }

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

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

 a { background-color: rgb(74,153,50); }

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

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

 span { border-color: rgb(74,153,50); }

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