#016245

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

Shades of Watercourse #016245

Tints of Watercourse #016245

Color information

#016245 (or 0x016245) is unknown color: approx Watercourse. HEX triplet: 01, 62 and 45. RGB value is (1,98,69). Sum of RGB (Red+Green+Blue) = 1+98+69=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 98 (38.67% from 255 or 58.33% from 168); Blue value is 69 (27.34% from 255 or 41.07% from 168); Max value from RGB is 98 - color contains mainly: green. Hex color #016245 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016245 is #FE9DBA. Grayscale: #414141. Windows color (decimal): -16686523 or 4547073. OLE color: 4547073.

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

Color convert

RGB19869-
CMYK0.9900.300.62
HSL162.06º97.98%19.41%-
HSV(B)162.06º98.98%38.43%-
XYZ5.459.177.11-
YUV65.69129.8681.86-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 98 (38.67% from 255) = 58.33%
BLUE value IS 69 (27.34% from 255) = 41.07%
R=0.60%
G=58.33%
B=41.07%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal198690.9900.300.62162.0697.9819.41
Hex162456301E3Ea26213
Octal11421051430367624214223
Binary111000101000101110001101111011111010100010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016245; }

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

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

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

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

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

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

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

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