#01614D

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

Shades of Watercourse #01614D

Tints of Watercourse #01614D

Color information

#01614D (or 0x01614D) is unknown color: approx Watercourse. HEX triplet: 01, 61 and 4D. RGB value is (1,97,77). Sum of RGB (Red+Green+Blue) = 1+97+77=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 97 (38.28% from 255 or 55.43% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 97 - color contains mainly: green. Hex color #01614D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01614D is #FE9EB2. Grayscale: #424242. Windows color (decimal): -16686771 or 5071105. OLE color: 5071105.

HSL color Cylindrical-coordinate representation of color #01614D: hue angle of 167.5º 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 #01614D is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB19777-
CMYK0.9900.210.62
HSL167.5º97.96%19.22%-
HSV(B)167.5º98.97%38.04%-
XYZ5.639.098.48-
YUV66.02134.281.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 97 (38.28% from 255) = 55.43%
BLUE value IS 77 (30.47% from 255) = 44%
R=0.57%
G=55.43%
B=44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal197770.9900.210.62167.597.9619.22
Hex1614D630153Ea86213
Octal11411151430257625014223
Binary111000011001101110001101010111111010101000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01614D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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