#508732

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

Shades of La Palma #508732

Tints of La Palma #508732

Color information

#508732 (or 0x508732) is unknown color: approx La Palma. HEX triplet: 50, 87 and 32. RGB value is (80,135,50). Sum of RGB (Red+Green+Blue) = 80+135+50=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 135 (53.12% from 255 or 50.94% from 265); Blue value is 50 (19.92% from 255 or 18.87% from 265); Max value from RGB is 135 - color contains mainly: green. Hex color #508732 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508732 is #AF78CD. Grayscale: #6D6D6D. Windows color (decimal): -11499726 or 3311440. OLE color: 3311440.

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

Color convert

RGB8013550-
CMYK0.4100.630.47
HSL98.82º45.95%36.27%-
HSV(B)98.82º62.96%52.94%-
XYZ12.5519.266.07-
YUV108.8694.78107.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.19%
GREEN value IS 135 (53.12% from 255) = 50.94%
BLUE value IS 50 (19.92% from 255) = 18.87%
R=30.19%
G=50.94%
B=18.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80135500.4100.630.4798.8245.9536.27
Hex5087322903F2F632e24
Octal1202076251077571435644
Binary10100001000011111001010100101111111011111100011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508732; }

 p { color: rgb(80,135,50); }

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

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

 a { background-color: rgb(80,135,50); }

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

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

 span { border-color: rgb(80,135,50); }

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