#4B962B

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

Shades of La Palma #4B962B

Tints of La Palma #4B962B

Color information

#4B962B (or 0x4B962B) is unknown color: approx La Palma. HEX triplet: 4B, 96 and 2B. RGB value is (75,150,43). Sum of RGB (Red+Green+Blue) = 75+150+43=268 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.99% from 268); Green value is 150 (58.98% from 255 or 55.97% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 150 - color contains mainly: green. Hex color #4B962B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B962B is #B469D4. Grayscale: #737373. Windows color (decimal): -11823573 or 2856523. OLE color: 2856523.

HSL color Cylindrical-coordinate representation of color #4B962B: hue angle of 102.06º 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 #4B962B is Cyan = 0.5, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB7515043-
CMYK0.500.710.41
HSL102.06º55.44%37.84%-
HSV(B)102.06º71.33%58.82%-
XYZ14.2423.486.07-
YUV115.3887.1599.2-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.99%
GREEN value IS 150 (58.98% from 255) = 55.97%
BLUE value IS 43 (17.19% from 255) = 16.04%
R=27.99%
G=55.97%
B=16.04%

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
Decimal75150430.500.710.41102.0655.4437.84
Hex4B962B3204729663726
Octal11322653620107511466746
Binary100101110010110101011110010010001111010011100110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B962B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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