#088E46

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

Shades of Salem #088E46

Tints of Salem #088E46

Color information

#088E46 (or 0x088E46) is unknown color: approx Salem. HEX triplet: 08, 8E and 46. RGB value is (8,142,70). Sum of RGB (Red+Green+Blue) = 8+142+70=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 142 (55.86% from 255 or 64.55% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 142 - color contains mainly: green. Hex color #088E46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088E46 is #F771B9. Grayscale: #5D5D5D. Windows color (decimal): -16216506 or 4623880. OLE color: 4623880.

HSL color Cylindrical-coordinate representation of color #088E46: hue angle of 147.76º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088E46 is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB814270-
CMYK0.9400.510.44
HSL147.76º89.33%29.41%-
HSV(B)147.76º94.37%55.69%-
XYZ10.8819.849.05-
YUV93.73114.6166.85-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.64%
GREEN value IS 142 (55.86% from 255) = 64.55%
BLUE value IS 70 (27.73% from 255) = 31.82%
R=3.64%
G=64.55%
B=31.82%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8142700.9400.510.44147.7689.3329.41
Hex88E465E0332C94591d
Octal102161061360635422413135
Binary10001000111010001101011110011001110110010010100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088E46; }

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

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

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

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

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

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

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

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