Html Css Color HEX #017442 Watercourse

📋 copy color: '#017442'

red 1 ◦ green 116 ◦ blue 66

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

Shades of Watercourse #017442

Tints of Watercourse #017442

RGB

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

 GREEN value IS 116 (45.7% from 255) = 63.39%

 BLUE value IS 66 (26.17% from 255) = 36.07%

R = 0.55%
G = 63.39%
B = 36.07%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#017442 (or 0x017442) is known color: Watercourse. HEX triplet: 01, 74 and 42. RGB value is (1,116,66). Sum of RGB (Red+Green+Blue) = 1+116+66=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 116 (45.70% from 255 or 63.39% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 116 - color contains mainly: green. Hex color #017442 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017442 is #FE8BBD. Grayscale: #4C4C4C. Windows color (decimal): -16681918 or 4355073. OLE color: 4355073.

HSL color Cylindrical-coordinate representation of color #017442: hue angle of 153.91º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017442 is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 116 66 -
CMYK 0.99 0 0.43 0.55
HSL 153.91º 0.98% 0.23% -
HSV(B) 153.91º 0.99% 0.45% -
XYZ 7.24 12.89 7.26 -
YUV 75.92 122.4 74.57 -
System Red Green Blue C M Y K H S L
Decimal 1 116 66 0.99 0 0.43 0.55 153.91 0.98 0.23
Hex 1 74 42 63 0 2B 37 9A 62 17
Octal 1 164 102 143 0 53 67 232 142 27
Binary 1 1110100 1000010 1100011 0 101011 110111 10011010 1100010 10111

Color Harmonies of #017442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017442

Black with #017442

Text Example


Text Example

White with #017442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017442; }

 p { color: rgb(1,116,66); }

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

background-color css

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

 a { background-color: rgb(1,116,66); }

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

border-color css

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

 span { border-color: rgb(1,116,66); }

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