Html Css Color HEX #017052 Watercourse

📋 copy color: '#017052'

red 1 ◦ green 112 ◦ blue 82

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

Shades of Watercourse #017052

Tints of Watercourse #017052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 42.05%

R = 0.51%
G = 57.44%
B = 42.05%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#017052 (or 0x017052) is known color: Watercourse. HEX triplet: 01, 70 and 52. RGB value is (1,112,82). Sum of RGB (Red+Green+Blue) = 1+112+82=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 112 (44.14% from 255 or 57.44% from 195); Blue value is 82 (32.42% from 255 or 42.05% from 195); Max value from RGB is 112 - color contains mainly: green. Hex color #017052 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017052 is #FE8FAD. Grayscale: #4B4B4B. Windows color (decimal): -16682926 or 5402625. OLE color: 5402625.

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

Color convert

RGB 1 112 82 -
CMYK 0.99 0 0.27 0.56
HSL 163.78º 0.98% 0.22% -
HSV(B) 163.78º 0.99% 0.44% -
XYZ 7.33 12.2 9.95 -
YUV 75.39 131.73 74.94 -
System Red Green Blue C M Y K H S L
Decimal 1 112 82 0.99 0 0.27 0.56 163.78 0.98 0.22
Hex 1 70 52 63 0 1B 38 A4 62 16
Octal 1 160 122 143 0 33 70 244 142 26
Binary 1 1110000 1010010 1100011 0 11011 111000 10100100 1100010 10110

Color Harmonies of #017052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017052

Black with #017052

Text Example


Text Example

White with #017052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017052; }

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

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

background-color css

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

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

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

border-color css

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

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

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