#4BA22F

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

Shades of La Palma #4BA22F

Tints of La Palma #4BA22F

Color information

#4BA22F (or 0x4BA22F) is unknown color: approx La Palma. HEX triplet: 4B, A2 and 2F. RGB value is (75,162,47). Sum of RGB (Red+Green+Blue) = 75+162+47=284 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.41% from 284); Green value is 162 (63.67% from 255 or 57.04% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 162 - color contains mainly: green. Hex color #4BA22F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA22F is #B45DD0. Grayscale: #7B7B7B. Windows color (decimal): -11820497 or 3121739. OLE color: 3121739.

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

Color convert

RGB7516247-
CMYK0.5400.710.36
HSL105.39º55.02%40.98%-
HSV(B)105.39º70.99%63.53%-
XYZ16.3427.547.14-
YUV122.8885.1893.85-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.41%
GREEN value IS 162 (63.67% from 255) = 57.04%
BLUE value IS 47 (18.75% from 255) = 16.55%
R=26.41%
G=57.04%
B=16.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal75162470.5400.710.36105.3955.0240.98
Hex4BA22F3604724693729
Octal11324257660107441516751
Binary100101110100010101111110110010001111001001101001110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA22F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,162,47); }

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

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

 a { background-color: rgb(75,162,47); }

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

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

 span { border-color: rgb(75,162,47); }

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