#088846

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

Shades of Salem #088846

Tints of Salem #088846

Color information

#088846 (or 0x088846) is unknown color: approx Salem. HEX triplet: 08, 88 and 46. RGB value is (8,136,70). Sum of RGB (Red+Green+Blue) = 8+136+70=214 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.74% from 214); Green value is 136 (53.52% from 255 or 63.55% from 214); Blue value is 70 (27.73% from 255 or 32.71% from 214); Max value from RGB is 136 - color contains mainly: green. Hex color #088846 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088846 is #F777B9. Grayscale: #5A5A5A. Windows color (decimal): -16218042 or 4622344. OLE color: 4622344.

HSL color Cylindrical-coordinate representation of color #088846: hue angle of 149.06º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088846 is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB813670-
CMYK0.9400.490.47
HSL149.06º88.89%28.24%-
HSV(B)149.06º94.12%53.33%-
XYZ10.0118.18.76-
YUV90.2116.5969.37-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.74%
GREEN value IS 136 (53.52% from 255) = 63.55%
BLUE value IS 70 (27.73% from 255) = 32.71%
R=3.74%
G=63.55%
B=32.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8136700.9400.490.47149.0688.8928.24
Hex888465E0312F95591c
Octal102101061360615722513134
Binary10001000100010001101011110011000110111110010101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088846; }

 p { color: rgb(8,136,70); }

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

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

 a { background-color: rgb(8,136,70); }

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

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

 span { border-color: rgb(8,136,70); }

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