#088653

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

Shades of Salem #088653

Tints of Salem #088653

Color information

#088653 (or 0x088653) is unknown color: approx Salem. HEX triplet: 08, 86 and 53. RGB value is (8,134,83). Sum of RGB (Red+Green+Blue) = 8+134+83=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 134 (52.73% from 255 or 59.56% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 134 - color contains mainly: green. Hex color #088653 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088653 is #F779AC. Grayscale: #5A5A5A. Windows color (decimal): -16218541 or 5473800. OLE color: 5473800.

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

Color convert

RGB813483-
CMYK0.9400.380.47
HSL155.71º88.73%27.84%-
HSV(B)155.71º94.03%52.55%-
XYZ10.1917.7311.07-
YUV90.51123.7669.15-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.56%
GREEN value IS 134 (52.73% from 255) = 59.56%
BLUE value IS 83 (32.81% from 255) = 36.89%
R=3.56%
G=59.56%
B=36.89%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8134830.9400.380.47155.7188.7327.84
Hex886535E0262F9c591c
Octal102061231360465723413134
Binary10001000011010100111011110010011010111110011100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088653; }

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

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

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

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

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

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

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

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