#088D38

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

Shades of Salem #088D38

Tints of Salem #088D38

Color information

#088D38 (or 0x088D38) is unknown color: approx Salem. HEX triplet: 08, 8D and 38. RGB value is (8,141,56). Sum of RGB (Red+Green+Blue) = 8+141+56=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 141 (55.47% from 255 or 68.78% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 141 - color contains mainly: green. Hex color #088D38 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088D38 is #F772C7. Grayscale: #5B5B5B. Windows color (decimal): -16216776 or 3706120. OLE color: 3706120.

HSL color Cylindrical-coordinate representation of color #088D38: hue angle of 141.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 #088D38 is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB814156-
CMYK0.9400.600.45
HSL141.65º89.26%29.22%-
HSV(B)141.65º94.33%55.29%-
XYZ10.3419.396.94-
YUV91.54107.9468.41-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.90%
GREEN value IS 141 (55.47% from 255) = 68.78%
BLUE value IS 56 (22.27% from 255) = 27.32%
R=3.90%
G=68.78%
B=27.32%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8141560.9400.600.45141.6589.2629.22
Hex88D385E03C2D8e591d
Octal10215701360745521613135
Binary1000100011011110001011110011110010110110001110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,141,56); }

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

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

 a { background-color: rgb(8,141,56); }

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

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

 span { border-color: rgb(8,141,56); }

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