Html Css Color HEX #017051 Watercourse

📋 copy color: '#017051'

red 1 ◦ green 112 ◦ blue 81

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

Shades of Watercourse #017051

Tints of Watercourse #017051

RGB

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

 GREEN value IS 112 (44.14% from 255) = 57.73%

 BLUE value IS 81 (32.03% from 255) = 41.75%

R = 0.52%
G = 57.73%
B = 41.75%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#017051 (or 0x017051) is known color: Watercourse. HEX triplet: 01, 70 and 51. RGB value is (1,112,81). Sum of RGB (Red+Green+Blue) = 1+112+81=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 112 (44.14% from 255 or 57.73% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 112 - color contains mainly: green. Hex color #017051 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017051 is #FE8FAE. Grayscale: #4B4B4B. Windows color (decimal): -16682927 or 5337089. OLE color: 5337089.

HSL color Cylindrical-coordinate representation of color #017051: hue angle of 163.24º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017051 is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 112 81 -
CMYK 0.99 0 0.28 0.56
HSL 163.24º 0.98% 0.22% -
HSV(B) 163.24º 0.99% 0.44% -
XYZ 7.29 12.19 9.75 -
YUV 75.28 131.23 75.02 -
System Red Green Blue C M Y K H S L
Decimal 1 112 81 0.99 0 0.28 0.56 163.24 0.98 0.22
Hex 1 70 51 63 0 1C 38 A3 62 16
Octal 1 160 121 143 0 34 70 243 142 26
Binary 1 1110000 1010001 1100011 0 11100 111000 10100011 1100010 10110

Color Harmonies of #017051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017051

Black with #017051

Text Example


Text Example

White with #017051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017051; }

 p { color: rgb(1,112,81); }

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

background-color css

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

 a { background-color: rgb(1,112,81); }

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

border-color css

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

 span { border-color: rgb(1,112,81); }

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