#4B8E1B

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

Shades of La Palma #4B8E1B

Tints of La Palma #4B8E1B

Color information

#4B8E1B (or 0x4B8E1B) is unknown color: approx La Palma. HEX triplet: 4B, 8E and 1B. RGB value is (75,142,27). Sum of RGB (Red+Green+Blue) = 75+142+27=244 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.74% from 244); Green value is 142 (55.86% from 255 or 58.20% from 244); Blue value is 27 (10.94% from 255 or 11.07% from 244); Max value from RGB is 142 - color contains mainly: green. Hex color #4B8E1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8E1B is #B471E4. Grayscale: #6D6D6D. Windows color (decimal): -11825637 or 1805899. OLE color: 1805899.

HSL color Cylindrical-coordinate representation of color #4B8E1B: hue angle of 94.96º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4B8E1B is Cyan = 0.47, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB7514227-
CMYK0.4700.810.44
HSL94.96º68.05%33.14%-
HSV(B)94.96º80.99%55.69%-
XYZ12.7720.924.4-
YUV108.8681.8103.85-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.74%
GREEN value IS 142 (55.86% from 255) = 58.20%
BLUE value IS 27 (10.94% from 255) = 11.07%
R=30.74%
G=58.20%
B=11.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal75142270.4700.810.4494.9668.0533.14
Hex4B8E1B2F0512C5f4421
Octal113216335701215413710441
Binary100101110001110110111011110101000110110010111111000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,142,27); }

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

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

 a { background-color: rgb(75,142,27); }

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

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

 span { border-color: rgb(75,142,27); }

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