#51913B

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

Shades of La Palma #51913B

Tints of La Palma #51913B

Color information

#51913B (or 0x51913B) is unknown color: approx La Palma. HEX triplet: 51, 91 and 3B. RGB value is (81,145,59). Sum of RGB (Red+Green+Blue) = 81+145+59=285 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.42% from 285); Green value is 145 (57.03% from 255 or 50.88% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 145 - color contains mainly: green. Hex color #51913B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51913B is #AE6EC4. Grayscale: #747474. Windows color (decimal): -11431621 or 3903825. OLE color: 3903825.

HSL color Cylindrical-coordinate representation of color #51913B: hue angle of 104.65º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #51913B is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB8114559-
CMYK0.4400.590.43
HSL104.65º42.16%40%-
HSV(B)104.65º59.31%56.86%-
XYZ14.3122.327.69-
YUV116.0695.8102.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.42%
GREEN value IS 145 (57.03% from 255) = 50.88%
BLUE value IS 59 (23.44% from 255) = 20.70%
R=28.42%
G=50.88%
B=20.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81145590.4400.590.43104.6542.1640
Hex51913B2C03B2B692a28
Octal1212217354073531515250
Binary10100011001000111101110110001110111010111101001101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51913B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,145,59); }

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

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

 a { background-color: rgb(81,145,59); }

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

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

 span { border-color: rgb(81,145,59); }

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