#088650

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

Shades of Salem #088650

Tints of Salem #088650

Color information

#088650 (or 0x088650) is unknown color: approx Salem. HEX triplet: 08, 86 and 50. RGB value is (8,134,80). Sum of RGB (Red+Green+Blue) = 8+134+80=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 134 (52.73% from 255 or 60.36% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 134 - color contains mainly: green. Hex color #088650 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088650 is #F779AF. Grayscale: #5A5A5A. Windows color (decimal): -16218544 or 5277192. OLE color: 5277192.

HSL color Cylindrical-coordinate representation of color #088650: hue angle of 154.29º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088650 is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB813480-
CMYK0.9400.400.47
HSL154.29º88.73%27.84%-
HSV(B)154.29º94.03%52.55%-
XYZ10.0717.6810.47-
YUV90.17122.2669.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.60%
GREEN value IS 134 (52.73% from 255) = 60.36%
BLUE value IS 80 (31.64% from 255) = 36.04%
R=3.60%
G=60.36%
B=36.04%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8134800.9400.400.47154.2988.7327.84
Hex886505E0282F9a591c
Octal102061201360505723213134
Binary10001000011010100001011110010100010111110011010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088650; }

 p { color: rgb(8,134,80); }

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

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

 a { background-color: rgb(8,134,80); }

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

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

 span { border-color: rgb(8,134,80); }

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