#087949

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

Shades of Salem #087949

Tints of Salem #087949

Color information

#087949 (or 0x087949) is unknown color: approx Salem. HEX triplet: 08, 79 and 49. RGB value is (8,121,73). Sum of RGB (Red+Green+Blue) = 8+121+73=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 121 (47.66% from 255 or 59.90% from 202); Blue value is 73 (28.91% from 255 or 36.14% from 202); Max value from RGB is 121 - color contains mainly: green. Hex color #087949 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087949 is #F786B6. Grayscale: #515151. Windows color (decimal): -16221879 or 4815112. OLE color: 4815112.

HSL color Cylindrical-coordinate representation of color #087949: hue angle of 154.51º 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 #087949 is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB812173-
CMYK0.9300.400.53
HSL154.51º87.6%25.29%-
HSV(B)154.51º93.39%47.45%-
XYZ8.1414.218.62-
YUV81.74123.0675.4-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.96%
GREEN value IS 121 (47.66% from 255) = 59.90%
BLUE value IS 73 (28.91% from 255) = 36.14%
R=3.96%
G=59.90%
B=36.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8121730.9300.400.53154.5187.625.29
Hex879495D028359b5819
Octal101711111350506523313031
Binary1000111100110010011011101010100011010110011011101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087949; }

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

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

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

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

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

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

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

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