#519530

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

Shades of La Palma #519530

Tints of La Palma #519530

Color information

#519530 (or 0x519530) is unknown color: approx La Palma. HEX triplet: 51, 95 and 30. RGB value is (81,149,48). Sum of RGB (Red+Green+Blue) = 81+149+48=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 149 (58.59% from 255 or 53.60% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 149 - color contains mainly: green. Hex color #519530 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519530 is #AE6ACF. Grayscale: #757575. Windows color (decimal): -11430608 or 3183953. OLE color: 3183953.

HSL color Cylindrical-coordinate representation of color #519530: hue angle of 100.4º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #519530 is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB8114948-
CMYK0.4600.680.42
HSL100.4º51.27%38.63%-
HSV(B)100.4º67.79%58.43%-
XYZ14.6723.466.55-
YUV117.1588.97102.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.14%
GREEN value IS 149 (58.59% from 255) = 53.60%
BLUE value IS 48 (19.14% from 255) = 17.27%
R=29.14%
G=53.60%
B=17.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81149480.4600.680.42100.451.2738.63
Hex5195302E0442A643327
Octal12122560560104521446347
Binary101000110010101110000101110010001001010101100100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519530; }

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

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

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

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

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

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

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

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