#4BA534

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

Shades of La Palma #4BA534

Tints of La Palma #4BA534

Color information

#4BA534 (or 0x4BA534) is unknown color: approx La Palma. HEX triplet: 4B, A5 and 34. RGB value is (75,165,52). Sum of RGB (Red+Green+Blue) = 75+165+52=292 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.68% from 292); Green value is 165 (64.84% from 255 or 56.51% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 165 - color contains mainly: green. Hex color #4BA534 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA534 is #B45ACB. Grayscale: #7D7D7D. Windows color (decimal): -11819724 or 3450187. OLE color: 3450187.

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

Color convert

RGB7516552-
CMYK0.5500.680.35
HSL107.79º52.07%42.55%-
HSV(B)107.79º68.48%64.71%-
XYZ16.9828.657.88-
YUV125.2186.6892.19-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.68%
GREEN value IS 165 (64.84% from 255) = 56.51%
BLUE value IS 52 (20.70% from 255) = 17.81%
R=25.68%
G=56.51%
B=17.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal75165520.5500.680.35107.7952.0742.55
Hex4BA53437044236c342b
Octal11324564670104431546453
Binary100101110100101110100110111010001001000111101100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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