#51812C

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

Shades of La Palma #51812C

Tints of La Palma #51812C

Color information

#51812C (or 0x51812C) is unknown color: approx La Palma. HEX triplet: 51, 81 and 2C. RGB value is (81,129,44). Sum of RGB (Red+Green+Blue) = 81+129+44=254 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.89% from 254); Green value is 129 (50.78% from 255 or 50.79% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 129 - color contains mainly: green. Hex color #51812C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51812C is #AE7ED3. Grayscale: #696969. Windows color (decimal): -11435732 or 2916689. OLE color: 2916689.

HSL color Cylindrical-coordinate representation of color #51812C: hue angle of 93.88º 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 #51812C is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB8112944-
CMYK0.3700.660.49
HSL93.88º49.13%33.92%-
HSV(B)93.88º65.89%50.59%-
XYZ11.717.635.17-
YUV104.9693.6110.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.89%
GREEN value IS 129 (50.78% from 255) = 50.79%
BLUE value IS 44 (17.58% from 255) = 17.32%
R=31.89%
G=50.79%
B=17.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81129440.3700.660.4993.8849.1333.92
Hex51812C25042315e3122
Octal12120154450102611366142
Binary101000110000001101100100101010000101100011011110110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51812C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51812C; }

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

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

<style>
 a { background-color: #51812C; }

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

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

<style>
 span { border-color: #51812C; }

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

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