#51832D

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

Shades of La Palma #51832D

Tints of La Palma #51832D

Color information

#51832D (or 0x51832D) is unknown color: approx La Palma. HEX triplet: 51, 83 and 2D. RGB value is (81,131,45). Sum of RGB (Red+Green+Blue) = 81+131+45=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 131 (51.56% from 255 or 50.97% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 131 - color contains mainly: green. Hex color #51832D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51832D is #AE7CD2. Grayscale: #6A6A6A. Windows color (decimal): -11435219 or 2982737. OLE color: 2982737.

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

Color convert

RGB8113145-
CMYK0.3800.660.49
HSL94.88º48.86%34.51%-
HSV(B)94.88º65.65%51.37%-
XYZ11.9818.175.36-
YUV106.2593.44109.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.52%
GREEN value IS 131 (51.56% from 255) = 50.97%
BLUE value IS 45 (17.97% from 255) = 17.51%
R=31.52%
G=50.97%
B=17.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81131450.3800.660.4994.8848.8634.51
Hex51832D26042315f3123
Octal12120355460102611376143
Binary101000110000011101101100110010000101100011011111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51832D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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