#01863E

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

Shades of Salem #01863E

Tints of Salem #01863E

Color information

#01863E (or 0x01863E) is unknown color: approx Salem. HEX triplet: 01, 86 and 3E. RGB value is (1,134,62). Sum of RGB (Red+Green+Blue) = 1+134+62=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 134 (52.73% from 255 or 68.02% from 197); Blue value is 62 (24.61% from 255 or 31.47% from 197); Max value from RGB is 134 - color contains mainly: green. Hex color #01863E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01863E is #FE79C1. Grayscale: #565656. Windows color (decimal): -16677314 or 4097537. OLE color: 4097537.

HSL color Cylindrical-coordinate representation of color #01863E: hue angle of 147.52º 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 #01863E is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB113462-
CMYK0.9900.540.47
HSL147.52º98.52%26.47%-
HSV(B)147.52º99.25%52.55%-
XYZ9.4117.47.42-
YUV86.02114.4467.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 134 (52.73% from 255) = 68.02%
BLUE value IS 62 (24.61% from 255) = 31.47%
R=0.51%
G=68.02%
B=31.47%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1134620.9900.540.47147.5298.5226.47
Hex1863E630362F94631a
Octal1206761430665722414332
Binary1100001101111101100011011011010111110010100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01863E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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