#4aa232

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

Shades of La Palma #4AA232

Tints of La Palma #4AA232

Color information

#4AA232 (or 0x4AA232) is unknown color: approx La Palma. HEX triplet: 4A, A2 and 32. RGB value is (74,162,50). Sum of RGB (Red+Green+Blue) = 74+162+50=286 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.87% from 286); Green value is 162 (63.67% from 255 or 56.64% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 162 - color contains mainly: green. Hex color #4AA232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA232 is #B55DCD. Grayscale: #7B7B7B. Windows color (decimal): -11886030 or 3318346. OLE color: 3318346.

HSL color Cylindrical-coordinate representation of color #4AA232: hue angle of 107.14º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AA232 is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB7416250-
CMYK0.5400.690.36
HSL107.14º52.83%41.57%-
HSV(B)107.14º69.14%63.53%-
XYZ16.3227.537.47-
YUV122.9286.8593.11-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.87%
GREEN value IS 162 (63.67% from 255) = 56.64%
BLUE value IS 50 (19.92% from 255) = 17.48%
R=25.87%
G=56.64%
B=17.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal74162500.5400.690.36107.1452.8341.57
Hex4AA23236045246b352a
Octal11224262660105441536552
Binary100101010100010110010110110010001011001001101011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4aa232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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