#4A9621

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

Shades of La Palma #4A9621

Tints of La Palma #4A9621

Color information

#4A9621 (or 0x4A9621) is unknown color: approx La Palma. HEX triplet: 4A, 96 and 21. RGB value is (74,150,33). Sum of RGB (Red+Green+Blue) = 74+150+33=257 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.79% from 257); Green value is 150 (58.98% from 255 or 58.37% from 257); Blue value is 33 (13.28% from 255 or 12.84% from 257); Max value from RGB is 150 - color contains mainly: green. Hex color #4A9621 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A9621 is #B569DE. Grayscale: #727272. Windows color (decimal): -11889119 or 2201162. OLE color: 2201162.

HSL color Cylindrical-coordinate representation of color #4A9621: hue angle of 98.97º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4A9621 is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.41.

Color convert

RGB7415033-
CMYK0.5100.780.41
HSL98.97º63.93%35.88%-
HSV(B)98.97º78%58.82%-
XYZ1423.385.21-
YUV113.9482.3299.51-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.79%
GREEN value IS 150 (58.98% from 255) = 58.37%
BLUE value IS 33 (13.28% from 255) = 12.84%
R=28.79%
G=58.37%
B=12.84%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal74150330.5100.780.4198.9763.9335.88
Hex4A96213304E29634024
Octal112226416301165114310044
Binary1001010100101101000011100110100111010100111000111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,150,33); }

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

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

 a { background-color: rgb(74,150,33); }

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

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

 span { border-color: rgb(74,150,33); }

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