#08863C

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

Shades of Salem #08863C

Tints of Salem #08863C

Color information

#08863C (or 0x08863C) is unknown color: approx Salem. HEX triplet: 08, 86 and 3C. RGB value is (8,134,60). Sum of RGB (Red+Green+Blue) = 8+134+60=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 134 (52.73% from 255 or 66.34% from 202); Blue value is 60 (23.83% from 255 or 29.70% from 202); Max value from RGB is 134 - color contains mainly: green. Hex color #08863C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08863C is #F779C3. Grayscale: #585858. Windows color (decimal): -16218564 or 3966472. OLE color: 3966472.

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

Color convert

RGB813460-
CMYK0.9400.550.47
HSL144.76º88.73%27.84%-
HSV(B)144.76º94.03%52.55%-
XYZ9.4417.437.14-
YUV87.89112.2671.02-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.96%
GREEN value IS 134 (52.73% from 255) = 66.34%
BLUE value IS 60 (23.83% from 255) = 29.70%
R=3.96%
G=66.34%
B=29.70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8134600.9400.550.47144.7688.7327.84
Hex8863C5E0372F91591c
Octal10206741360675722113134
Binary1000100001101111001011110011011110111110010001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08863C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08863C; }

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

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

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

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

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

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

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

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