#4B962C

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

Shades of La Palma #4B962C

Tints of La Palma #4B962C

Color information

#4B962C (or 0x4B962C) is unknown color: approx La Palma. HEX triplet: 4B, 96 and 2C. RGB value is (75,150,44). Sum of RGB (Red+Green+Blue) = 75+150+44=269 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.88% from 269); Green value is 150 (58.98% from 255 or 55.76% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 150 - color contains mainly: green. Hex color #4B962C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B962C is #B469D3. Grayscale: #737373. Windows color (decimal): -11823572 or 2922059. OLE color: 2922059.

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

Color convert

RGB7515044-
CMYK0.500.710.41
HSL102.45º54.64%38.04%-
HSV(B)102.45º70.67%58.82%-
XYZ14.2623.496.17-
YUV115.4987.6599.12-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.88%
GREEN value IS 150 (58.98% from 255) = 55.76%
BLUE value IS 44 (17.58% from 255) = 16.36%
R=27.88%
G=55.76%
B=16.36%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal75150440.500.710.41102.4554.6438.04
Hex4B962C3204729663726
Octal11322654620107511466746
Binary100101110010110101100110010010001111010011100110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B962C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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