#4BA026

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

Shades of La Palma #4BA026

Tints of La Palma #4BA026

Color information

#4BA026 (or 0x4BA026) is unknown color: approx La Palma. HEX triplet: 4B, A0 and 26. RGB value is (75,160,38). Sum of RGB (Red+Green+Blue) = 75+160+38=273 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.47% from 273); Green value is 160 (62.89% from 255 or 58.61% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 160 - color contains mainly: green. Hex color #4BA026 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA026 is #B45FD9. Grayscale: #797979. Windows color (decimal): -11821018 or 2531403. OLE color: 2531403.

HSL color Cylindrical-coordinate representation of color #4BA026: hue angle of 101.8º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4BA026 is Cyan = 0.53, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB7516038-
CMYK0.5300.760.37
HSL101.8º61.62%38.82%-
HSV(B)101.8º76.25%62.75%-
XYZ15.8226.786.17-
YUV120.6881.3495.42-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.47%
GREEN value IS 160 (62.89% from 255) = 58.61%
BLUE value IS 38 (15.23% from 255) = 13.92%
R=27.47%
G=58.61%
B=13.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal75160380.5300.760.37101.861.6238.82
Hex4BA0263504C25663e27
Octal11324046650114451467647
Binary100101110100000100110110101010011001001011100110111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,160,38); }

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

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

 a { background-color: rgb(75,160,38); }

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

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

 span { border-color: rgb(75,160,38); }

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