Html Css Color HEX #016248 Watercourse

📋 copy color: '#016248'

red 1 ◦ green 98 ◦ blue 72

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

Shades of Watercourse #016248

Tints of Watercourse #016248

RGB

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

 GREEN value IS 98 (38.67% from 255) = 57.31%

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

R = 0.58%
G = 57.31%
B = 42.11%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#016248 (or 0x016248) is known color: Watercourse. HEX triplet: 01, 62 and 48. RGB value is (1,98,72). Sum of RGB (Red+Green+Blue) = 1+98+72=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 98 (38.67% from 255 or 57.31% from 171); Blue value is 72 (28.52% from 255 or 42.11% from 171); Max value from RGB is 98 - color contains mainly: green. Hex color #016248 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016248 is #FE9DB7. Grayscale: #424242. Windows color (decimal): -16686520 or 4743681. OLE color: 4743681.

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

Color convert

RGB 1 98 72 -
CMYK 0.99 0 0.27 0.62
HSL 163.92º 0.98% 0.19% -
HSV(B) 163.92º 0.99% 0.38% -
XYZ 5.55 9.21 7.62 -
YUV 66.03 131.36 81.61 -
System Red Green Blue C M Y K H S L
Decimal 1 98 72 0.99 0 0.27 0.62 163.92 0.98 0.19
Hex 1 62 48 63 0 1B 3E A4 62 13
Octal 1 142 110 143 0 33 76 244 142 23
Binary 1 1100010 1001000 1100011 0 11011 111110 10100100 1100010 10011

Color Harmonies of #016248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016248

Black with #016248

Text Example


Text Example

White with #016248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016248; }

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

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

background-color css

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

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

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

border-color css

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

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

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