#4B9518

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

Shades of La Palma #4B9518

Tints of La Palma #4B9518

Color information

#4B9518 (or 0x4B9518) is unknown color: approx La Palma. HEX triplet: 4B, 95 and 18. RGB value is (75,149,24). Sum of RGB (Red+Green+Blue) = 75+149+24=248 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.24% from 248); Green value is 149 (58.59% from 255 or 60.08% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 149 - color contains mainly: green. Hex color #4B9518 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B9518 is #B46AE7. Grayscale: #717171. Windows color (decimal): -11823848 or 1611083. OLE color: 1611083.

HSL color Cylindrical-coordinate representation of color #4B9518: hue angle of 95.52º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4B9518 is Cyan = 0.50, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB7514924-
CMYK0.5000.840.42
HSL95.52º72.25%33.92%-
HSV(B)95.52º83.89%58.43%-
XYZ13.8123.064.59-
YUV112.6277.98101.16-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.24%
GREEN value IS 149 (58.59% from 255) = 60.08%
BLUE value IS 24 (9.77% from 255) = 9.68%
R=30.24%
G=60.08%
B=9.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal75149240.5000.840.4295.5272.2533.92
Hex4B9518320542A604822
Octal113225306201245214011042
Binary100101110010101110001100100101010010101011000001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,149,24); }

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

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

 a { background-color: rgb(75,149,24); }

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

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

 span { border-color: rgb(75,149,24); }

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