#509b30

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

Shades of La Palma #509B30

Tints of La Palma #509B30

Color information

#509B30 (or 0x509B30) is unknown color: approx La Palma. HEX triplet: 50, 9B and 30. RGB value is (80,155,48). Sum of RGB (Red+Green+Blue) = 80+155+48=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 155 (60.94% from 255 or 54.77% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 155 - color contains mainly: green. Hex color #509B30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509B30 is #AF64CF. Grayscale: #787878. Windows color (decimal): -11494608 or 3185488. OLE color: 3185488.

HSL color Cylindrical-coordinate representation of color #509B30: hue angle of 102.06º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #509B30 is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB8015548-
CMYK0.4800.690.39
HSL102.06º52.71%39.8%-
HSV(B)102.06º69.03%60.78%-
XYZ15.5625.366.87-
YUV120.3887.1599.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.27%
GREEN value IS 155 (60.94% from 255) = 54.77%
BLUE value IS 48 (19.14% from 255) = 16.96%
R=28.27%
G=54.77%
B=16.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal80155480.4800.690.39102.0652.7139.8
Hex509B303004527663528
Octal12023360600105471466550
Binary101000010011011110000110000010001011001111100110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509b30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509b30; }

 p { color: rgb(80,155,48); }

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

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

 a { background-color: rgb(80,155,48); }

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

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

 span { border-color: rgb(80,155,48); }

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