#01863B

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

Shades of Salem #01863B

Tints of Salem #01863B

Color information

#01863B (or 0x01863B) is unknown color: approx Salem. HEX triplet: 01, 86 and 3B. RGB value is (1,134,59). Sum of RGB (Red+Green+Blue) = 1+134+59=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 134 (52.73% from 255 or 69.07% from 194); Blue value is 59 (23.44% from 255 or 30.41% from 194); Max value from RGB is 134 - color contains mainly: green. Hex color #01863B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01863B is #FE79C4. Grayscale: #555555. Windows color (decimal): -16677317 or 3900929. OLE color: 3900929.

HSL color Cylindrical-coordinate representation of color #01863B: hue angle of 146.17º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01863B is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB113459-
CMYK0.9900.560.47
HSL146.17º98.52%26.47%-
HSV(B)146.17º99.25%52.55%-
XYZ9.3317.377-
YUV85.68112.9467.6-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.52%
GREEN value IS 134 (52.73% from 255) = 69.07%
BLUE value IS 59 (23.44% from 255) = 30.41%
R=0.52%
G=69.07%
B=30.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1134590.9900.560.47146.1798.5226.47
Hex1863B630382F92631a
Octal1206731430705722214332
Binary1100001101110111100011011100010111110010010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01863B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01863B; }

 p { color: rgb(1,134,59); }

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

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

 a { background-color: rgb(1,134,59); }

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

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

 span { border-color: rgb(1,134,59); }

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