#4B963C

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

Shades of La Palma #4B963C

Tints of La Palma #4B963C

Color information

#4B963C (or 0x4B963C) is unknown color: approx La Palma. HEX triplet: 4B, 96 and 3C. RGB value is (75,150,60). Sum of RGB (Red+Green+Blue) = 75+150+60=285 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.32% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #4B963C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B963C is #B469C3. Grayscale: #757575. Windows color (decimal): -11823556 or 3970635. OLE color: 3970635.

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

Color convert

RGB7515060-
CMYK0.500.60.41
HSL110º42.86%41.18%-
HSV(B)110º60%58.82%-
XYZ14.6223.638.07-
YUV117.3295.6597.82-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.32%
GREEN value IS 150 (58.98% from 255) = 52.63%
BLUE value IS 60 (23.83% from 255) = 21.05%
R=26.32%
G=52.63%
B=21.05%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal75150600.500.60.4111042.8641.18
Hex4B963C3203C296e2b29
Octal1132267462074511565351
Binary10010111001011011110011001001111001010011101110101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B963C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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