#4d812c

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

Shades of La Palma #4D812C

Tints of La Palma #4D812C

Color information

#4D812C (or 0x4D812C) is unknown color: approx La Palma. HEX triplet: 4D, 81 and 2C. RGB value is (77,129,44). Sum of RGB (Red+Green+Blue) = 77+129+44=250 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.8% from 250); Green value is 129 (50.78% from 255 or 51.6% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 129 - color contains mainly: green. Hex color #4D812C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D812C is #B27ED3. Grayscale: #686868. Windows color (decimal): -11697876 or 2916685. OLE color: 2916685.

HSL color Cylindrical-coordinate representation of color #4D812C: hue angle of 96.71º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D812C is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB7712944-
CMYK0.4000.660.49
HSL96.71º49.13%33.92%-
HSV(B)96.71º65.89%50.59%-
XYZ11.3717.465.15-
YUV103.7694.27108.91-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.8%
GREEN value IS 129 (50.78% from 255) = 51.6%
BLUE value IS 44 (17.58% from 255) = 17.6%
R=30.8%
G=51.6%
B=17.6%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal77129440.4000.660.4996.7149.1333.92
Hex4D812C2804231613122
Octal11520154500102611416142
Binary100110110000001101100101000010000101100011100001110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4d812c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,129,44); }

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

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

 a { background-color: rgb(77,129,44); }

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

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

 span { border-color: rgb(77,129,44); }

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