#51822D

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

Shades of La Palma #51822D

Tints of La Palma #51822D

Color information

#51822D (or 0x51822D) is unknown color: approx La Palma. HEX triplet: 51, 82 and 2D. RGB value is (81,130,45). Sum of RGB (Red+Green+Blue) = 81+130+45=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 130 (51.17% from 255 or 50.78% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 130 - color contains mainly: green. Hex color #51822D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51822D is #AE7DD2. Grayscale: #696969. Windows color (decimal): -11435475 or 2982481. OLE color: 2982481.

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

Color convert

RGB8113045-
CMYK0.3800.650.49
HSL94.59º48.57%34.31%-
HSV(B)94.59º65.38%50.98%-
XYZ11.8517.95.31-
YUV105.6693.77110.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.64%
GREEN value IS 130 (51.17% from 255) = 50.78%
BLUE value IS 45 (17.97% from 255) = 17.58%
R=31.64%
G=50.78%
B=17.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81130450.3800.650.4994.5948.5734.31
Hex51822D26041315f3122
Octal12120255460101611376142
Binary101000110000010101101100110010000011100011011111110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51822D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51822D; }

 p { color: rgb(81,130,45); }

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

<style>
 a { background-color: #51822D; }

 a { background-color: rgb(81,130,45); }

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

<style>
 span { border-color: #51822D; }

 span { border-color: rgb(81,130,45); }

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