#016045

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

Shades of Watercourse #016045

Tints of Watercourse #016045

Color information

#016045 (or 0x016045) is unknown color: approx Watercourse. HEX triplet: 01, 60 and 45. RGB value is (1,96,69). Sum of RGB (Red+Green+Blue) = 1+96+69=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 96 (37.89% from 255 or 57.83% from 166); Blue value is 69 (27.34% from 255 or 41.57% from 166); Max value from RGB is 96 - color contains mainly: green. Hex color #016045 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016045 is #FE9FBA. Grayscale: #404040. Windows color (decimal): -16687035 or 4546561. OLE color: 4546561.

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

Color convert

RGB19669-
CMYK0.9900.280.62
HSL162.95º97.94%19.02%-
HSV(B)162.95º98.96%37.65%-
XYZ5.278.87.05-
YUV64.52130.5382.7-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 96 (37.89% from 255) = 57.83%
BLUE value IS 69 (27.34% from 255) = 41.57%
R=0.60%
G=57.83%
B=41.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal196690.9900.280.62162.9597.9419.02
Hex160456301C3Ea36213
Octal11401051430347624314223
Binary111000001000101110001101110011111010100011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016045; }

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

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

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

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

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

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

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

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