#4BA228

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

Shades of La Palma #4BA228

Tints of La Palma #4BA228

Color information

#4BA228 (or 0x4BA228) is unknown color: approx La Palma. HEX triplet: 4B, A2 and 28. RGB value is (75,162,40). Sum of RGB (Red+Green+Blue) = 75+162+40=277 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.08% from 277); Green value is 162 (63.67% from 255 or 58.48% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 162 - color contains mainly: green. Hex color #4BA228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA228 is #B45DD7. Grayscale: #7A7A7A. Windows color (decimal): -11820504 or 2662987. OLE color: 2662987.

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

Color convert

RGB7516240-
CMYK0.5400.750.36
HSL102.79º60.4%39.61%-
HSV(B)102.79º75.31%63.53%-
XYZ16.227.496.46-
YUV122.0881.6894.42-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.08%
GREEN value IS 162 (63.67% from 255) = 58.48%
BLUE value IS 40 (16.02% from 255) = 14.44%
R=27.08%
G=58.48%
B=14.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal75162400.5400.750.36102.7960.439.61
Hex4BA2283604B24673c28
Octal11324250660113441477450
Binary100101110100010101000110110010010111001001100111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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