#088E42

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

Shades of Salem #088E42

Tints of Salem #088E42

Color information

#088E42 (or 0x088E42) is unknown color: approx Salem. HEX triplet: 08, 8E and 42. RGB value is (8,142,66). Sum of RGB (Red+Green+Blue) = 8+142+66=216 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.70% from 216); Green value is 142 (55.86% from 255 or 65.74% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 142 - color contains mainly: green. Hex color #088E42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088E42 is #F771BD. Grayscale: #5D5D5D. Windows color (decimal): -16216510 or 4361736. OLE color: 4361736.

HSL color Cylindrical-coordinate representation of color #088E42: hue angle of 145.97º 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 #088E42 is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.44.

Color convert

RGB814266-
CMYK0.9400.540.44
HSL145.97º89.33%29.41%-
HSV(B)145.97º94.37%55.69%-
XYZ10.7619.798.41-
YUV93.27112.6167.18-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.70%
GREEN value IS 142 (55.86% from 255) = 65.74%
BLUE value IS 66 (26.17% from 255) = 30.56%
R=3.70%
G=65.74%
B=30.56%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8142660.9400.540.44145.9789.3329.41
Hex88E425E0362C92591d
Octal102161021360665422213135
Binary10001000111010000101011110011011010110010010010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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