#088540

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

Shades of Salem #088540

Tints of Salem #088540

Color information

#088540 (or 0x088540) is unknown color: approx Salem. HEX triplet: 08, 85 and 40. RGB value is (8,133,64). Sum of RGB (Red+Green+Blue) = 8+133+64=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 133 (52.34% from 255 or 64.88% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 133 - color contains mainly: green. Hex color #088540 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088540 is #F77ABF. Grayscale: #575757. Windows color (decimal): -16218816 or 4228360. OLE color: 4228360.

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

Color convert

RGB813364-
CMYK0.9400.520.48
HSL146.88º88.65%27.65%-
HSV(B)146.88º93.98%52.16%-
XYZ9.4117.27.67-
YUV87.76114.5971.11-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.90%
GREEN value IS 133 (52.34% from 255) = 64.88%
BLUE value IS 64 (25.39% from 255) = 31.22%
R=3.90%
G=64.88%
B=31.22%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8133640.9400.520.48146.8888.6527.65
Hex885405E0343093591c
Octal102051001360646022313134
Binary10001000010110000001011110011010011000010010011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088540; }

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

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

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

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

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

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

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

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