#4D8520

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

Shades of La Palma #4D8520

Tints of La Palma #4D8520

Color information

#4D8520 (or 0x4D8520) is unknown color: approx La Palma. HEX triplet: 4D, 85 and 20. RGB value is (77,133,32). Sum of RGB (Red+Green+Blue) = 77+133+32=242 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.82% from 242); Green value is 133 (52.34% from 255 or 54.96% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 133 - color contains mainly: green. Hex color #4D8520 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D8520 is #B27ADF. Grayscale: #696969. Windows color (decimal): -11696864 or 2131277. OLE color: 2131277.

HSL color Cylindrical-coordinate representation of color #4D8520: hue angle of 93.27º 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 #4D8520 is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB7713332-
CMYK0.4200.760.48
HSL93.27º61.21%32.35%-
HSV(B)93.27º75.94%52.16%-
XYZ11.7118.464.31-
YUV104.7486.95108.21-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.82%
GREEN value IS 133 (52.34% from 255) = 54.96%
BLUE value IS 32 (12.89% from 255) = 13.22%
R=31.82%
G=54.96%
B=13.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal77133320.4200.760.4893.2761.2132.35
Hex4D85202A04C305d3d20
Octal11520540520114601357540
Binary100110110000101100000101010010011001100001011101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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