#4B982B

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

Shades of La Palma #4B982B

Tints of La Palma #4B982B

Color information

#4B982B (or 0x4B982B) is unknown color: approx La Palma. HEX triplet: 4B, 98 and 2B. RGB value is (75,152,43). Sum of RGB (Red+Green+Blue) = 75+152+43=270 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.78% from 270); Green value is 152 (59.77% from 255 or 56.30% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 152 - color contains mainly: green. Hex color #4B982B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B982B is #B467D4. Grayscale: #747474. Windows color (decimal): -11823061 or 2857035. OLE color: 2857035.

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

Color convert

RGB7515243-
CMYK0.5100.720.40
HSL102.39º55.9%38.24%-
HSV(B)102.39º71.71%59.61%-
XYZ14.5724.136.17-
YUV116.5586.4998.36-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.78%
GREEN value IS 152 (59.77% from 255) = 56.30%
BLUE value IS 43 (17.19% from 255) = 15.93%
R=27.78%
G=56.30%
B=15.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal75152430.5100.720.40102.3955.938.24
Hex4B982B3304828663826
Octal11323053630110501467046
Binary100101110011000101011110011010010001010001100110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B982B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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