#088250

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

Shades of Salem #088250

Tints of Salem #088250

Color information

#088250 (or 0x088250) is unknown color: approx Salem. HEX triplet: 08, 82 and 50. RGB value is (8,130,80). Sum of RGB (Red+Green+Blue) = 8+130+80=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 130 (51.17% from 255 or 59.63% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 130 - color contains mainly: green. Hex color #088250 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088250 is #F77DAF. Grayscale: #575757. Windows color (decimal): -16219568 or 5276168. OLE color: 5276168.

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

Color convert

RGB813080-
CMYK0.9400.380.49
HSL155.41º88.41%27.06%-
HSV(B)155.41º93.85%50.98%-
XYZ9.5316.610.29-
YUV87.82123.5871.07-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.67%
GREEN value IS 130 (51.17% from 255) = 59.63%
BLUE value IS 80 (31.64% from 255) = 36.70%
R=3.67%
G=59.63%
B=36.70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8130800.9400.380.49155.4188.4127.06
Hex882505E026319b581b
Octal102021201360466123313033
Binary10001000001010100001011110010011011000110011011101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088250; }

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

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

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

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

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

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

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

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