#518735

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

Shades of La Palma #518735

Tints of La Palma #518735

Color information

#518735 (or 0x518735) is unknown color: approx La Palma. HEX triplet: 51, 87 and 35. RGB value is (81,135,53). Sum of RGB (Red+Green+Blue) = 81+135+53=269 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.11% from 269); Green value is 135 (53.12% from 255 or 50.19% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 135 - color contains mainly: green. Hex color #518735 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518735 is #AE78CA. Grayscale: #6D6D6D. Windows color (decimal): -11434187 or 3508049. OLE color: 3508049.

HSL color Cylindrical-coordinate representation of color #518735: hue angle of 99.51º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #518735 is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB8113553-
CMYK0.4000.610.47
HSL99.51º43.62%36.86%-
HSV(B)99.51º60.74%52.94%-
XYZ12.719.336.43-
YUV109.5196.11107.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.11%
GREEN value IS 135 (53.12% from 255) = 50.19%
BLUE value IS 53 (21.09% from 255) = 19.70%
R=30.11%
G=50.19%
B=19.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81135530.4000.610.4799.5143.6236.86
Hex5187352803D2F642c25
Octal1212076550075571445445
Binary10100011000011111010110100001111011011111100100101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518735; }

 p { color: rgb(81,135,53); }

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

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

 a { background-color: rgb(81,135,53); }

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

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

 span { border-color: rgb(81,135,53); }

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