#4B962A

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

Shades of La Palma #4B962A

Tints of La Palma #4B962A

Color information

#4B962A (or 0x4B962A) is unknown color: approx La Palma. HEX triplet: 4B, 96 and 2A. RGB value is (75,150,42). Sum of RGB (Red+Green+Blue) = 75+150+42=267 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.09% from 267); Green value is 150 (58.98% from 255 or 56.18% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 150 - color contains mainly: green. Hex color #4B962A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B962A is #B469D5. Grayscale: #737373. Windows color (decimal): -11823574 or 2790987. OLE color: 2790987.

HSL color Cylindrical-coordinate representation of color #4B962A: hue angle of 101.67º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B962A is Cyan = 0.5, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB7515042-
CMYK0.500.720.41
HSL101.67º56.25%37.65%-
HSV(B)101.67º72%58.82%-
XYZ14.2323.485.97-
YUV115.2686.6599.28-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.09%
GREEN value IS 150 (58.98% from 255) = 56.18%
BLUE value IS 42 (16.80% from 255) = 15.73%
R=28.09%
G=56.18%
B=15.73%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal75150420.500.720.41101.6756.2537.65
Hex4B962A3204829663826
Octal11322652620110511467046
Binary100101110010110101010110010010010001010011100110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B962A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,150,42); }

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

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

 a { background-color: rgb(75,150,42); }

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

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

 span { border-color: rgb(75,150,42); }

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