#088652

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

Shades of Salem #088652

Tints of Salem #088652

Color information

#088652 (or 0x088652) is unknown color: approx Salem. HEX triplet: 08, 86 and 52. RGB value is (8,134,82). Sum of RGB (Red+Green+Blue) = 8+134+82=224 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.57% from 224); Green value is 134 (52.73% from 255 or 59.82% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 134 - color contains mainly: green. Hex color #088652 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088652 is #F779AD. Grayscale: #5A5A5A. Windows color (decimal): -16218542 or 5408264. OLE color: 5408264.

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

Color convert

RGB813482-
CMYK0.9400.390.47
HSL155.24º88.73%27.84%-
HSV(B)155.24º94.03%52.55%-
XYZ10.1517.7110.87-
YUV90.4123.2669.23-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.57%
GREEN value IS 134 (52.73% from 255) = 59.82%
BLUE value IS 82 (32.42% from 255) = 36.61%
R=3.57%
G=59.82%
B=36.61%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8134820.9400.390.47155.2488.7327.84
Hex886525E0272F9b591c
Octal102061221360475723313134
Binary10001000011010100101011110010011110111110011011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088652; }

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

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

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

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

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

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

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

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