Html Css Color HEX #016D48 Watercourse

📋 copy color: '#016D48'

red 1 ◦ green 109 ◦ blue 72

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

Shades of Watercourse #016D48

Tints of Watercourse #016D48

RGB

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

 GREEN value IS 109 (42.97% from 255) = 59.89%

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

R = 0.55%
G = 59.89%
B = 39.56%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.34

 K value IS 0.57

RGB Variations

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

Color information

#016D48 (or 0x016D48) is known color: Watercourse. HEX triplet: 01, 6D and 48. RGB value is (1,109,72). Sum of RGB (Red+Green+Blue) = 1+109+72=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 109 (42.97% from 255 or 59.89% from 182); Blue value is 72 (28.52% from 255 or 39.56% from 182); Max value from RGB is 109 - color contains mainly: green. Hex color #016D48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016D48 is #FE92B7. Grayscale: #484848. Windows color (decimal): -16683704 or 4746497. OLE color: 4746497.

HSL color Cylindrical-coordinate representation of color #016D48: hue angle of 159.44º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016D48 is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 109 72 -
CMYK 0.99 0 0.34 0.57
HSL 159.44º 0.98% 0.22% -
HSV(B) 159.44º 0.99% 0.43% -
XYZ 6.65 11.41 7.98 -
YUV 72.49 127.72 77.01 -
System Red Green Blue C M Y K H S L
Decimal 1 109 72 0.99 0 0.34 0.57 159.44 0.98 0.22
Hex 1 6D 48 63 0 22 39 9F 62 16
Octal 1 155 110 143 0 42 71 237 142 26
Binary 1 1101101 1001000 1100011 0 100010 111001 10011111 1100010 10110

Color Harmonies of #016D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016D48

Black with #016D48

Text Example


Text Example

White with #016D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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