#508635

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

Shades of La Palma #508635

Tints of La Palma #508635

Color information

#508635 (or 0x508635) is unknown color: approx La Palma. HEX triplet: 50, 86 and 35. RGB value is (80,134,53). Sum of RGB (Red+Green+Blue) = 80+134+53=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 134 (52.73% from 255 or 50.19% from 267); Blue value is 53 (21.09% from 255 or 19.85% from 267); Max value from RGB is 134 - color contains mainly: green. Hex color #508635 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508635 is #AF79CA. Grayscale: #6C6C6C. Windows color (decimal): -11499979 or 3507792. OLE color: 3507792.

HSL color Cylindrical-coordinate representation of color #508635: hue angle of 100º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #508635 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB8013453-
CMYK0.4000.600.47
HSL100º43.32%36.67%-
HSV(B)100º60.45%52.55%-
XYZ12.4819.016.38-
YUV108.6296.61107.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.96%
GREEN value IS 134 (52.73% from 255) = 50.19%
BLUE value IS 53 (21.09% from 255) = 19.85%
R=29.96%
G=50.19%
B=19.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80134530.4000.600.4710043.3236.67
Hex5086352803C2F642b25
Octal1202066550074571445345
Binary10100001000011011010110100001111001011111100100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508635; }

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

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

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

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

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

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

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

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