#4B8520

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

Shades of La Palma #4B8520

Tints of La Palma #4B8520

Color information

#4B8520 (or 0x4B8520) is unknown color: approx La Palma. HEX triplet: 4B, 85 and 20. RGB value is (75,133,32). Sum of RGB (Red+Green+Blue) = 75+133+32=240 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.25% from 240); Green value is 133 (52.34% from 255 or 55.42% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 133 - color contains mainly: green. Hex color #4B8520 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8520 is #B47ADF. Grayscale: #686868. Windows color (decimal): -11827936 or 2131275. OLE color: 2131275.

HSL color Cylindrical-coordinate representation of color #4B8520: hue angle of 94.46º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4B8520 is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB7513332-
CMYK0.4400.760.48
HSL94.46º61.21%32.35%-
HSV(B)94.46º75.94%52.16%-
XYZ11.5518.384.3-
YUV104.1487.28107.21-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.25%
GREEN value IS 133 (52.34% from 255) = 55.42%
BLUE value IS 32 (12.89% from 255) = 13.33%
R=31.25%
G=55.42%
B=13.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal75133320.4400.760.4894.4661.2132.35
Hex4B85202C04C305e3d20
Octal11320540540114601367540
Binary100101110000101100000101100010011001100001011110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,133,32); }

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

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

 a { background-color: rgb(75,133,32); }

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

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

 span { border-color: rgb(75,133,32); }

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