#508532

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

Shades of La Palma #508532

Tints of La Palma #508532

Color information

#508532 (or 0x508532) is unknown color: approx La Palma. HEX triplet: 50, 85 and 32. RGB value is (80,133,50). Sum of RGB (Red+Green+Blue) = 80+133+50=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 133 (52.34% from 255 or 50.57% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 133 - color contains mainly: green. Hex color #508532 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508532 is #AF7ACD. Grayscale: #6B6B6B. Windows color (decimal): -11500238 or 3310928. OLE color: 3310928.

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

Color convert

RGB8013350-
CMYK0.4000.620.48
HSL98.31º45.36%35.88%-
HSV(B)98.31º62.41%52.16%-
XYZ12.2718.715.98-
YUV107.6995.44108.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.42%
GREEN value IS 133 (52.34% from 255) = 50.57%
BLUE value IS 50 (19.92% from 255) = 19.01%
R=30.42%
G=50.57%
B=19.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80133500.4000.620.4898.3145.3635.88
Hex5085322803E30622d24
Octal1202056250076601425544
Binary10100001000010111001010100001111101100001100010101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508532; }

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

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

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

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

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

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

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

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