Html Css Color HEX #016148 Watercourse

📋 copy color: '#016148'

red 1 ◦ green 97 ◦ blue 72

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

Shades of Watercourse #016148

Tints of Watercourse #016148

RGB

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

 GREEN value IS 97 (38.28% from 255) = 57.06%

 BLUE value IS 72 (28.52% from 255) = 42.35%

R = 0.59%
G = 57.06%
B = 42.35%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#016148 (or 0x016148) is known color: Watercourse. HEX triplet: 01, 61 and 48. RGB value is (1,97,72). Sum of RGB (Red+Green+Blue) = 1+97+72=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 97 (38.28% from 255 or 57.06% from 170); Blue value is 72 (28.52% from 255 or 42.35% from 170); Max value from RGB is 97 - color contains mainly: green. Hex color #016148 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016148 is #FE9EB7. Grayscale: #414141. Windows color (decimal): -16686776 or 4743425. OLE color: 4743425.

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

Color convert

RGB 1 97 72 -
CMYK 0.99 0 0.26 0.62
HSL 164.38º 0.98% 0.19% -
HSV(B) 164.38º 0.99% 0.38% -
XYZ 5.46 9.02 7.59 -
YUV 65.45 131.7 82.03 -
System Red Green Blue C M Y K H S L
Decimal 1 97 72 0.99 0 0.26 0.62 164.38 0.98 0.19
Hex 1 61 48 63 0 1A 3E A4 62 13
Octal 1 141 110 143 0 32 76 244 142 23
Binary 1 1100001 1001000 1100011 0 11010 111110 10100100 1100010 10011

Color Harmonies of #016148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016148

Black with #016148

Text Example


Text Example

White with #016148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016148; }

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

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

background-color css

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

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

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

border-color css

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

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

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