#508628

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

Shades of La Palma #508628

Tints of La Palma #508628

Color information

#508628 (or 0x508628) is unknown color: approx La Palma. HEX triplet: 50, 86 and 28. RGB value is (80,134,40). Sum of RGB (Red+Green+Blue) = 80+134+40=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 134 (52.73% from 255 or 52.76% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 134 - color contains mainly: green. Hex color #508628 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508628 is #AF79D7. Grayscale: #6B6B6B. Windows color (decimal): -11499992 or 2655824. OLE color: 2655824.

HSL color Cylindrical-coordinate representation of color #508628: hue angle of 94.47º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #508628 is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB8013440-
CMYK0.4000.700.47
HSL94.47º54.02%34.12%-
HSV(B)94.47º70.15%52.55%-
XYZ12.2218.915.01-
YUV107.1490.11108.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.50%
GREEN value IS 134 (52.73% from 255) = 52.76%
BLUE value IS 40 (16.02% from 255) = 15.75%
R=31.50%
G=52.76%
B=15.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80134400.4000.700.4794.4754.0234.12
Hex508628280462F5e3622
Octal12020650500106571366642
Binary101000010000110101000101000010001101011111011110110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508628; }

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

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

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

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

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

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

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

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