#508633

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

Shades of La Palma #508633

Tints of La Palma #508633

Color information

#508633 (or 0x508633) is unknown color: approx La Palma. HEX triplet: 50, 86 and 33. RGB value is (80,134,51). Sum of RGB (Red+Green+Blue) = 80+134+51=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 134 (52.73% from 255 or 50.57% from 265); Blue value is 51 (20.31% from 255 or 19.25% from 265); Max value from RGB is 134 - color contains mainly: green. Hex color #508633 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508633 is #AF79CC. Grayscale: #6C6C6C. Windows color (decimal): -11499981 or 3376720. OLE color: 3376720.

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

Color convert

RGB8013451-
CMYK0.4000.620.47
HSL99.04º44.86%36.27%-
HSV(B)99.04º61.94%52.55%-
XYZ12.4318.996.14-
YUV108.3995.61107.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.19%
GREEN value IS 134 (52.73% from 255) = 50.57%
BLUE value IS 51 (20.31% from 255) = 19.25%
R=30.19%
G=50.57%
B=19.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80134510.4000.620.4799.0444.8636.27
Hex5086332803E2F632d24
Octal1202066350076571435544
Binary10100001000011011001110100001111101011111100011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508633; }

 p { color: rgb(80,134,51); }

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

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

 a { background-color: rgb(80,134,51); }

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

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

 span { border-color: rgb(80,134,51); }

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