#4A9532

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

Shades of La Palma #4A9532

Tints of La Palma #4A9532

Color information

#4A9532 (or 0x4A9532) is unknown color: approx La Palma. HEX triplet: 4A, 95 and 32. RGB value is (74,149,50). Sum of RGB (Red+Green+Blue) = 74+149+50=273 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.11% from 273); Green value is 149 (58.59% from 255 or 54.58% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 149 - color contains mainly: green. Hex color #4A9532 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A9532 is #B56ACD. Grayscale: #737373. Windows color (decimal): -11889358 or 3315018. OLE color: 3315018.

HSL color Cylindrical-coordinate representation of color #4A9532: hue angle of 105.45º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A9532 is Cyan = 0.50, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB7414950-
CMYK0.5000.660.42
HSL105.45º49.75%39.02%-
HSV(B)105.45º66.44%58.43%-
XYZ14.1523.186.75-
YUV115.2991.1598.55-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.11%
GREEN value IS 149 (58.59% from 255) = 54.58%
BLUE value IS 50 (19.92% from 255) = 18.32%
R=27.11%
G=54.58%
B=18.32%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal74149500.5000.660.42105.4549.7539.02
Hex4A9532320422A693227
Octal11222562620102521516247
Binary100101010010101110010110010010000101010101101001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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