#4BA431

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

Shades of La Palma #4BA431

Tints of La Palma #4BA431

Color information

#4BA431 (or 0x4BA431) is unknown color: approx La Palma. HEX triplet: 4B, A4 and 31. RGB value is (75,164,49). Sum of RGB (Red+Green+Blue) = 75+164+49=288 (38% of max value = 765). Red value is 75 (29.69% from 255 or 26.04% from 288); Green value is 164 (64.45% from 255 or 56.94% from 288); Blue value is 49 (19.53% from 255 or 17.01% from 288); Max value from RGB is 164 - color contains mainly: green. Hex color #4BA431 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA431 is #B45BCE. Grayscale: #7C7C7C. Windows color (decimal): -11819983 or 3253323. OLE color: 3253323.

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

Color convert

RGB7516449-
CMYK0.5400.700.36
HSL106.43º53.99%41.76%-
HSV(B)106.43º70.12%64.31%-
XYZ16.7328.277.48-
YUV124.2885.5192.85-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.04%
GREEN value IS 164 (64.45% from 255) = 56.94%
BLUE value IS 49 (19.53% from 255) = 17.01%
R=26.04%
G=56.94%
B=17.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal75164490.5400.700.36106.4353.9941.76
Hex4BA43136046246a362a
Octal11324461660106441526652
Binary100101110100100110001110110010001101001001101010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,164,49); }

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

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

 a { background-color: rgb(75,164,49); }

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

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

 span { border-color: rgb(75,164,49); }

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