#01553E

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

Shades of Watercourse #01553E

Tints of Watercourse #01553E

Color information

#01553E (or 0x01553E) is unknown color: approx Watercourse. HEX triplet: 01, 55 and 3E. RGB value is (1,85,62). Sum of RGB (Red+Green+Blue) = 1+85+62=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 85 (33.59% from 255 or 57.43% from 148); Blue value is 62 (24.61% from 255 or 41.89% from 148); Max value from RGB is 85 - color contains mainly: green. Hex color #01553E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01553E is #FEAAC1. Grayscale: #393939. Windows color (decimal): -16689858 or 4084993. OLE color: 4084993.

HSL color Cylindrical-coordinate representation of color #01553E: hue angle of 163.57º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01553E is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB18562-
CMYK0.9900.270.67
HSL163.57º97.67%16.86%-
HSV(B)163.57º98.82%33.33%-
XYZ4.136.855.66-
YUV57.26130.6787.87-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 85 (33.59% from 255) = 57.43%
BLUE value IS 62 (24.61% from 255) = 41.89%
R=0.68%
G=57.43%
B=41.89%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal185620.9900.270.67163.5797.6716.86
Hex1553E6301B43a46211
Octal11257614303310324414221
Binary110101011111101100011011011100001110100100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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