#088b40

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

Shades of Salem #088B40

Tints of Salem #088B40

Color information

#088B40 (or 0x088B40) is unknown color: approx Salem. HEX triplet: 08, 8B and 40. RGB value is (8,139,64). Sum of RGB (Red+Green+Blue) = 8+139+64=211 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.79% from 211); Green value is 139 (54.69% from 255 or 65.88% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 139 - color contains mainly: green. Hex color #088B40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088B40 is #F774BF. Grayscale: #5B5B5B. Windows color (decimal): -16217280 or 4229896. OLE color: 4229896.

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

Color convert

RGB813964-
CMYK0.9400.540.45
HSL145.65º89.12%28.82%-
HSV(B)145.65º94.24%54.51%-
XYZ10.2618.897.96-
YUV91.28112.668.6-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.79%
GREEN value IS 139 (54.69% from 255) = 65.88%
BLUE value IS 64 (25.39% from 255) = 30.33%
R=3.79%
G=65.88%
B=30.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8139640.9400.540.45145.6589.1228.82
Hex88B405E0362D92591d
Octal102131001360665522213135
Binary10001000101110000001011110011011010110110010010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088b40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,139,64); }

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

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

 a { background-color: rgb(8,139,64); }

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

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

 span { border-color: rgb(8,139,64); }

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