Html Css Color HEX #016042 Watercourse

📋 copy color: '#016042'

red 1 ◦ green 96 ◦ blue 66

#016042
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #016042

Tints of Watercourse #016042

RGB

 RED value IS 1 (0.78% from 255) = 0.61%

 GREEN value IS 96 (37.89% from 255) = 58.9%

 BLUE value IS 66 (26.17% from 255) = 40.49%

R = 0.61%
G = 58.9%
B = 40.49%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#016042 (or 0x016042) is known color: Watercourse. HEX triplet: 01, 60 and 42. RGB value is (1,96,66). Sum of RGB (Red+Green+Blue) = 1+96+66=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 96 (37.89% from 255 or 58.90% from 163); Blue value is 66 (26.17% from 255 or 40.49% from 163); Max value from RGB is 96 - color contains mainly: green. Hex color #016042 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016042 is #FE9FBD. Grayscale: #404040. Windows color (decimal): -16687038 or 4349953. OLE color: 4349953.

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

Color convert

RGB 1 96 66 -
CMYK 0.99 0 0.31 0.62
HSL 161.05º 0.98% 0.19% -
HSV(B) 161.05º 0.99% 0.38% -
XYZ 5.18 8.77 6.57 -
YUV 64.18 129.03 82.94 -
System Red Green Blue C M Y K H S L
Decimal 1 96 66 0.99 0 0.31 0.62 161.05 0.98 0.19
Hex 1 60 42 63 0 1F 3E A1 62 13
Octal 1 140 102 143 0 37 76 241 142 23
Binary 1 1100000 1000010 1100011 0 11111 111110 10100001 1100010 10011

Color Harmonies of #016042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016042

Black with #016042

Text Example


Text Example

White with #016042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016042; }

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

 H1.HeaderClassName
 {
   color: #016042;
 }
 .AnyTagClassName
 {
   color: #016042;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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