#01604D

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

Shades of Watercourse #01604D

Tints of Watercourse #01604D

Color information

#01604D (or 0x01604D) is unknown color: approx Watercourse. HEX triplet: 01, 60 and 4D. RGB value is (1,96,77). Sum of RGB (Red+Green+Blue) = 1+96+77=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 96 (37.89% from 255 or 55.17% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 96 - color contains mainly: green. Hex color #01604D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01604D is #FE9FB2. Grayscale: #414141. Windows color (decimal): -16687027 or 5070849. OLE color: 5070849.

HSL color Cylindrical-coordinate representation of color #01604D: hue angle of 168º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01604D is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB19677-
CMYK0.9900.200.62
HSL168º97.94%19.02%-
HSV(B)168º98.96%37.65%-
XYZ5.538.918.45-
YUV65.43134.5382.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 96 (37.89% from 255) = 55.17%
BLUE value IS 77 (30.47% from 255) = 44.25%
R=0.57%
G=55.17%
B=44.25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal196770.9900.200.6216897.9419.02
Hex1604D630143Ea86213
Octal11401151430247625014223
Binary111000001001101110001101010011111010101000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01604D; }

 p { color: rgb(1,96,77); }

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

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

 a { background-color: rgb(1,96,77); }

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

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

 span { border-color: rgb(1,96,77); }

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