#51832B

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

Shades of La Palma #51832B

Tints of La Palma #51832B

Color information

#51832B (or 0x51832B) is unknown color: approx La Palma. HEX triplet: 51, 83 and 2B. RGB value is (81,131,43). Sum of RGB (Red+Green+Blue) = 81+131+43=255 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.76% from 255); Green value is 131 (51.56% from 255 or 51.37% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 131 - color contains mainly: green. Hex color #51832B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51832B is #AE7CD4. Grayscale: #6A6A6A. Windows color (decimal): -11435221 or 2851665. OLE color: 2851665.

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

Color convert

RGB8113143-
CMYK0.3800.670.49
HSL94.09º50.57%34.12%-
HSV(B)94.09º67.18%51.37%-
XYZ11.9518.165.16-
YUV106.0292.44110.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.76%
GREEN value IS 131 (51.56% from 255) = 51.37%
BLUE value IS 43 (17.19% from 255) = 16.86%
R=31.76%
G=51.37%
B=16.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81131430.3800.670.4994.0950.5734.12
Hex51832B26043315e3322
Octal12120353460103611366342
Binary101000110000011101011100110010000111100011011110110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51832B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51832B; }

 p { color: rgb(81,131,43); }

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

<style>
 a { background-color: #51832B; }

 a { background-color: rgb(81,131,43); }

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

<style>
 span { border-color: #51832B; }

 span { border-color: rgb(81,131,43); }

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