#51932D

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

Shades of La Palma #51932D

Tints of La Palma #51932D

Color information

#51932D (or 0x51932D) is unknown color: approx La Palma. HEX triplet: 51, 93 and 2D. RGB value is (81,147,45). Sum of RGB (Red+Green+Blue) = 81+147+45=273 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.67% from 273); Green value is 147 (57.81% from 255 or 53.85% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 147 - color contains mainly: green. Hex color #51932D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51932D is #AE6CD2. Grayscale: #737373. Windows color (decimal): -11431123 or 2986833. OLE color: 2986833.

HSL color Cylindrical-coordinate representation of color #51932D: hue angle of 98.82º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #51932D is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB8114745-
CMYK0.4500.690.42
HSL98.82º53.12%37.65%-
HSV(B)98.82º69.39%57.65%-
XYZ14.322.816.13-
YUV115.6488.13103.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.67%
GREEN value IS 147 (57.81% from 255) = 53.85%
BLUE value IS 45 (17.97% from 255) = 16.48%
R=29.67%
G=53.85%
B=16.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81147450.4500.690.4298.8253.1237.65
Hex51932D2D0452A633526
Octal12122355550105521436546
Binary101000110010011101101101101010001011010101100011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51932D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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