#518730

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

Shades of La Palma #518730

Tints of La Palma #518730

Color information

#518730 (or 0x518730) is unknown color: approx La Palma. HEX triplet: 51, 87 and 30. RGB value is (81,135,48). Sum of RGB (Red+Green+Blue) = 81+135+48=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 135 (53.12% from 255 or 51.14% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 135 - color contains mainly: green. Hex color #518730 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518730 is #AE78CF. Grayscale: #6D6D6D. Windows color (decimal): -11434192 or 3180369. OLE color: 3180369.

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

Color convert

RGB8113548-
CMYK0.4000.640.47
HSL97.24º47.54%35.88%-
HSV(B)97.24º64.44%52.94%-
XYZ12.5919.295.86-
YUV108.9493.61108.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.68%
GREEN value IS 135 (53.12% from 255) = 51.14%
BLUE value IS 48 (19.14% from 255) = 18.18%
R=30.68%
G=51.14%
B=18.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81135480.4000.640.4797.2447.5435.88
Hex518730280402F613024
Octal12120760500100571416044
Binary101000110000111110000101000010000001011111100001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518730; }

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

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

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

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

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

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

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

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