#088548

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

Shades of Salem #088548

Tints of Salem #088548

Color information

#088548 (or 0x088548) is unknown color: approx Salem. HEX triplet: 08, 85 and 48. RGB value is (8,133,72). Sum of RGB (Red+Green+Blue) = 8+133+72=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 133 (52.34% from 255 or 62.44% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 133 - color contains mainly: green. Hex color #088548 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088548 is #F77AB7. Grayscale: #585858. Windows color (decimal): -16218808 or 4752648. OLE color: 4752648.

HSL color Cylindrical-coordinate representation of color #088548: hue angle of 150.72º 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 #088548 is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB813372-
CMYK0.9400.460.48
HSL150.72º88.65%27.65%-
HSV(B)150.72º93.98%52.16%-
XYZ9.6617.298.96-
YUV88.67118.5970.46-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.76%
GREEN value IS 133 (52.34% from 255) = 62.44%
BLUE value IS 72 (28.52% from 255) = 33.80%
R=3.76%
G=62.44%
B=33.80%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8133720.9400.460.48150.7288.6527.65
Hex885485E02E3097591c
Octal102051101360566022713134
Binary10001000010110010001011110010111011000010010111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088548; }

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

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

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

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

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

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

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

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