#4BA52F

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

Shades of La Palma #4BA52F

Tints of La Palma #4BA52F

Color information

#4BA52F (or 0x4BA52F) is unknown color: approx La Palma. HEX triplet: 4B, A5 and 2F. RGB value is (75,165,47). Sum of RGB (Red+Green+Blue) = 75+165+47=287 (38% of max value = 765). Red value is 75 (29.69% from 255 or 26.13% from 287); Green value is 165 (64.84% from 255 or 57.49% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 165 - color contains mainly: green. Hex color #4BA52F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA52F is #B45AD0. Grayscale: #7D7D7D. Windows color (decimal): -11819729 or 3122507. OLE color: 3122507.

HSL color Cylindrical-coordinate representation of color #4BA52F: hue angle of 105.76º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4BA52F is Cyan = 0.55, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB7516547-
CMYK0.5500.720.35
HSL105.76º55.66%41.57%-
HSV(B)105.76º71.52%64.71%-
XYZ16.8728.617.32-
YUV124.6484.1892.59-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.13%
GREEN value IS 165 (64.84% from 255) = 57.49%
BLUE value IS 47 (18.75% from 255) = 16.38%
R=26.13%
G=57.49%
B=16.38%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal75165470.5500.720.35105.7655.6641.57
Hex4BA52F37048236a382a
Octal11324557670110431527052
Binary100101110100101101111110111010010001000111101010111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA52F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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