Html Css Color HEX #016045 Watercourse

📋 copy color: '#016045'

red 1 ◦ green 96 ◦ blue 69

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

Shades of Watercourse #016045

Tints of Watercourse #016045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 41.57%

R = 0.6%
G = 57.83%
B = 41.57%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#016045 (or 0x016045) is known color: 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

RGB 1 96 69 -
CMYK 0.99 0 0.28 0.62
HSL 162.95º 0.98% 0.19% -
HSV(B) 162.95º 0.99% 0.38% -
XYZ 5.27 8.8 7.05 -
YUV 64.52 130.53 82.7 -
System Red Green Blue C M Y K H S L
Decimal 1 96 69 0.99 0 0.28 0.62 162.95 0.98 0.19
Hex 1 60 45 63 0 1C 3E A3 62 13
Octal 1 140 105 143 0 34 76 243 142 23
Binary 1 1100000 1000101 1100011 0 11100 111110 10100011 1100010 10011

Color Harmonies of #016045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016045

Black with #016045

Text Example


Text Example

White with #016045

Text Example


Text Example

HTML Codes & Css Web 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>