#4BA12D

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

Shades of La Palma #4BA12D

Tints of La Palma #4BA12D

Color information

#4BA12D (or 0x4BA12D) is unknown color: approx La Palma. HEX triplet: 4B, A1 and 2D. RGB value is (75,161,45). Sum of RGB (Red+Green+Blue) = 75+161+45=281 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.69% from 281); Green value is 161 (63.28% from 255 or 57.30% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 161 - color contains mainly: green. Hex color #4BA12D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA12D is #B45ED2. Grayscale: #7A7A7A. Windows color (decimal): -11820755 or 2990411. OLE color: 2990411.

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

Color convert

RGB7516145-
CMYK0.5300.720.37
HSL104.48º56.31%40.39%-
HSV(B)104.48º72.05%63.14%-
XYZ16.1227.186.88-
YUV122.0684.5194.43-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.69%
GREEN value IS 161 (63.28% from 255) = 57.30%
BLUE value IS 45 (17.97% from 255) = 16.01%
R=26.69%
G=57.30%
B=16.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal75161450.5300.720.37104.4856.3140.39
Hex4BA12D3504825683828
Octal11324155650110451507050
Binary100101110100001101101110101010010001001011101000111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,161,45); }

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

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

 a { background-color: rgb(75,161,45); }

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

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

 span { border-color: rgb(75,161,45); }

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