#508A2B

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

Shades of La Palma #508A2B

Tints of La Palma #508A2B

Color information

#508A2B (or 0x508A2B) is unknown color: approx La Palma. HEX triplet: 50, 8A and 2B. RGB value is (80,138,43). Sum of RGB (Red+Green+Blue) = 80+138+43=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 138 (54.30% from 255 or 52.87% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 138 - color contains mainly: green. Hex color #508A2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508A2B is #AF75D4. Grayscale: #6E6E6E. Windows color (decimal): -11498965 or 2853456. OLE color: 2853456.

HSL color Cylindrical-coordinate representation of color #508A2B: hue angle of 96.63º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #508A2B is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB8013843-
CMYK0.4200.690.46
HSL96.63º52.49%35.49%-
HSV(B)96.63º68.84%54.12%-
XYZ12.8320.065.48-
YUV109.8390.28106.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.65%
GREEN value IS 138 (54.30% from 255) = 52.87%
BLUE value IS 43 (17.19% from 255) = 16.48%
R=30.65%
G=52.87%
B=16.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal80138430.4200.690.4696.6352.4935.49
Hex508A2B2A0452E613423
Octal12021253520105561416443
Binary101000010001010101011101010010001011011101100001110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508A2B; }

 p { color: rgb(80,138,43); }

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

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

 a { background-color: rgb(80,138,43); }

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

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

 span { border-color: rgb(80,138,43); }

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