Html Css Color HEX #016048 Watercourse

📋 copy color: '#016048'

red 1 ◦ green 96 ◦ blue 72

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

Shades of Watercourse #016048

Tints of Watercourse #016048

RGB

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

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

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

R = 0.59%
G = 56.8%
B = 42.6%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#016048 (or 0x016048) is known color: Watercourse. HEX triplet: 01, 60 and 48. RGB value is (1,96,72). Sum of RGB (Red+Green+Blue) = 1+96+72=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 96 (37.89% from 255 or 56.80% from 169); Blue value is 72 (28.52% from 255 or 42.60% from 169); Max value from RGB is 96 - color contains mainly: green. Hex color #016048 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016048 is #FE9FB7. Grayscale: #404040. Windows color (decimal): -16687032 or 4743169. OLE color: 4743169.

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

Color convert

RGB 1 96 72 -
CMYK 0.99 0 0.25 0.62
HSL 164.84º 0.98% 0.19% -
HSV(B) 164.84º 0.99% 0.38% -
XYZ 5.37 8.84 7.55 -
YUV 64.86 132.03 82.45 -
System Red Green Blue C M Y K H S L
Decimal 1 96 72 0.99 0 0.25 0.62 164.84 0.98 0.19
Hex 1 60 48 63 0 19 3E A5 62 13
Octal 1 140 110 143 0 31 76 245 142 23
Binary 1 1100000 1001000 1100011 0 11001 111110 10100101 1100010 10011

Color Harmonies of #016048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016048

Black with #016048

Text Example


Text Example

White with #016048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016048; }

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

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

background-color css

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

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

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

border-color css

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

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

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