#519435

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

Shades of La Palma #519435

Tints of La Palma #519435

Color information

#519435 (or 0x519435) is unknown color: approx La Palma. HEX triplet: 51, 94 and 35. RGB value is (81,148,53). Sum of RGB (Red+Green+Blue) = 81+148+53=282 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.72% from 282); Green value is 148 (58.20% from 255 or 52.48% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 148 - color contains mainly: green. Hex color #519435 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519435 is #AE6BCA. Grayscale: #757575. Windows color (decimal): -11430859 or 3511377. OLE color: 3511377.

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

Color convert

RGB8114853-
CMYK0.4500.640.42
HSL102.32º47.26%39.41%-
HSV(B)102.32º64.19%58.04%-
XYZ14.6323.197.07-
YUV117.1491.8102.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.72%
GREEN value IS 148 (58.20% from 255) = 52.48%
BLUE value IS 53 (21.09% from 255) = 18.79%
R=28.72%
G=52.48%
B=18.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81148530.4500.640.42102.3247.2639.41
Hex5194352D0402A662f27
Octal12122465550100521465747
Binary101000110010100110101101101010000001010101100110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519435; }

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

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

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

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

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

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

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

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