Html Css Color HEX #016D40 Watercourse

📋 copy color: '#016D40'

red 1 ◦ green 109 ◦ blue 64

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

Shades of Watercourse #016D40

Tints of Watercourse #016D40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 36.78%

R = 0.57%
G = 62.64%
B = 36.78%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.41

 K value IS 0.57

RGB Variations

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

Color information

#016D40 (or 0x016D40) is known color: Watercourse. HEX triplet: 01, 6D and 40. RGB value is (1,109,64). Sum of RGB (Red+Green+Blue) = 1+109+64=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 109 (42.97% from 255 or 62.64% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 109 - color contains mainly: green. Hex color #016D40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016D40 is #FE92BF. Grayscale: #474747. Windows color (decimal): -16683712 or 4222209. OLE color: 4222209.

HSL color Cylindrical-coordinate representation of color #016D40: hue angle of 155º 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 #016D40 is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 109 64 -
CMYK 0.99 0 0.41 0.57
HSL 155º 0.98% 0.22% -
HSV(B) 155º 0.99% 0.43% -
XYZ 6.41 11.31 6.7 -
YUV 71.58 123.72 77.66 -
System Red Green Blue C M Y K H S L
Decimal 1 109 64 0.99 0 0.41 0.57 155 0.98 0.22
Hex 1 6D 40 63 0 29 39 9B 62 16
Octal 1 155 100 143 0 51 71 233 142 26
Binary 1 1101101 1000000 1100011 0 101001 111001 10011011 1100010 10110

Color Harmonies of #016D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016D40

Black with #016D40

Text Example


Text Example

White with #016D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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