#508228

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

Shades of La Palma #508228

Tints of La Palma #508228

Color information

#508228 (or 0x508228) is unknown color: approx La Palma. HEX triplet: 50, 82 and 28. RGB value is (80,130,40). Sum of RGB (Red+Green+Blue) = 80+130+40=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #508228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508228 is #AF7DD7. Grayscale: #696969. Windows color (decimal): -11501016 or 2654800. OLE color: 2654800.

HSL color Cylindrical-coordinate representation of color #508228: hue angle of 93.33º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #508228 is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB8013040-
CMYK0.3800.690.49
HSL93.33º52.94%33.33%-
HSV(B)93.33º69.23%50.98%-
XYZ11.6717.824.83-
YUV104.7991.44110.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32%
GREEN value IS 130 (51.17% from 255) = 52%
BLUE value IS 40 (16.02% from 255) = 16%
R=32%
G=52%
B=16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80130400.3800.690.4993.3352.9433.33
Hex50822826045315d3521
Octal12020250460105611356541
Binary101000010000010101000100110010001011100011011101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508228; }

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

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

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

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

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

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

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

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