#088544

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

Shades of Salem #088544

Tints of Salem #088544

Color information

#088544 (or 0x088544) is unknown color: approx Salem. HEX triplet: 08, 85 and 44. RGB value is (8,133,68). Sum of RGB (Red+Green+Blue) = 8+133+68=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 133 (52.34% from 255 or 63.64% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 133 - color contains mainly: green. Hex color #088544 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088544 is #F77ABB. Grayscale: #585858. Windows color (decimal): -16218812 or 4490504. OLE color: 4490504.

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

Color convert

RGB813368-
CMYK0.9400.490.48
HSL148.8º88.65%27.65%-
HSV(B)148.8º93.98%52.16%-
XYZ9.5317.248.29-
YUV88.21116.5970.79-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.83%
GREEN value IS 133 (52.34% from 255) = 63.64%
BLUE value IS 68 (26.95% from 255) = 32.54%
R=3.83%
G=63.64%
B=32.54%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8133680.9400.490.48148.888.6527.65
Hex885445E0313095591c
Octal102051041360616022513134
Binary10001000010110001001011110011000111000010010101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088544; }

 p { color: rgb(8,133,68); }

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

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

 a { background-color: rgb(8,133,68); }

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

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

 span { border-color: rgb(8,133,68); }

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