#518932

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

Shades of La Palma #518932

Tints of La Palma #518932

Color information

#518932 (or 0x518932) is unknown color: approx La Palma. HEX triplet: 51, 89 and 32. RGB value is (81,137,50). Sum of RGB (Red+Green+Blue) = 81+137+50=268 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.22% from 268); Green value is 137 (53.91% from 255 or 51.12% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 137 - color contains mainly: green. Hex color #518932 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518932 is #AE76CD. Grayscale: #6E6E6E. Windows color (decimal): -11433678 or 3311953. OLE color: 3311953.

HSL color Cylindrical-coordinate representation of color #518932: hue angle of 98.62º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #518932 is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB8113750-
CMYK0.4100.640.46
HSL98.62º46.52%36.67%-
HSV(B)98.62º63.5%53.73%-
XYZ12.9119.876.17-
YUV110.3493.95107.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.22%
GREEN value IS 137 (53.91% from 255) = 51.12%
BLUE value IS 50 (19.92% from 255) = 18.66%
R=30.22%
G=51.12%
B=18.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal81137500.4100.640.4698.6246.5236.67
Hex518932290402E632f25
Octal12121162510100561435745
Binary101000110001001110010101001010000001011101100011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518932; }

 p { color: rgb(81,137,50); }

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

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

 a { background-color: rgb(81,137,50); }

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

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

 span { border-color: rgb(81,137,50); }

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