#518A2D

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

Shades of La Palma #518A2D

Tints of La Palma #518A2D

Color information

#518A2D (or 0x518A2D) is unknown color: approx La Palma. HEX triplet: 51, 8A and 2D. RGB value is (81,138,45). Sum of RGB (Red+Green+Blue) = 81+138+45=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 138 (54.30% from 255 or 52.27% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 138 - color contains mainly: green. Hex color #518A2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518A2D is #AE75D2. Grayscale: #6E6E6E. Windows color (decimal): -11433427 or 2984529. OLE color: 2984529.

HSL color Cylindrical-coordinate representation of color #518A2D: hue angle of 96.77º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #518A2D is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB8113845-
CMYK0.4100.670.46
HSL96.77º50.82%35.88%-
HSV(B)96.77º67.39%54.12%-
XYZ12.9620.125.68-
YUV110.3591.12107.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.68%
GREEN value IS 138 (54.30% from 255) = 52.27%
BLUE value IS 45 (17.97% from 255) = 17.05%
R=30.68%
G=52.27%
B=17.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal81138450.4100.670.4696.7750.8235.88
Hex518A2D290432E613324
Octal12121255510103561416344
Binary101000110001010101101101001010000111011101100001110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518A2D; }

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

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

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

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

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

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

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

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