#087849

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

Shades of Salem #087849

Tints of Salem #087849

Color information

#087849 (or 0x087849) is unknown color: approx Salem. HEX triplet: 08, 78 and 49. RGB value is (8,120,73). Sum of RGB (Red+Green+Blue) = 8+120+73=201 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.98% from 201); Green value is 120 (47.27% from 255 or 59.70% from 201); Blue value is 73 (28.91% from 255 or 36.32% from 201); Max value from RGB is 120 - color contains mainly: green. Hex color #087849 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087849 is #F787B6. Grayscale: #515151. Windows color (decimal): -16222135 or 4814856. OLE color: 4814856.

HSL color Cylindrical-coordinate representation of color #087849: hue angle of 154.82º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087849 is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB812073-
CMYK0.9300.390.53
HSL154.82º87.5%25.1%-
HSV(B)154.82º93.33%47.06%-
XYZ8.0213.978.58-
YUV81.15123.3975.82-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.98%
GREEN value IS 120 (47.27% from 255) = 59.70%
BLUE value IS 73 (28.91% from 255) = 36.32%
R=3.98%
G=59.70%
B=36.32%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8120730.9300.390.53154.8287.525.1
Hex878495D027359b5819
Octal101701111350476523313031
Binary1000111100010010011011101010011111010110011011101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087849; }

 p { color: rgb(8,120,73); }

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

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

 a { background-color: rgb(8,120,73); }

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

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

 span { border-color: rgb(8,120,73); }

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