Html Css Color HEX #017252 Watercourse

📋 copy color: '#017252'

red 1 ◦ green 114 ◦ blue 82

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

Shades of Watercourse #017252

Tints of Watercourse #017252

RGB

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

 GREEN value IS 114 (44.92% from 255) = 57.87%

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

R = 0.51%
G = 57.87%
B = 41.62%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#017252 (or 0x017252) is known color: Watercourse. HEX triplet: 01, 72 and 52. RGB value is (1,114,82). Sum of RGB (Red+Green+Blue) = 1+114+82=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 114 (44.92% from 255 or 57.87% from 197); Blue value is 82 (32.42% from 255 or 41.62% from 197); Max value from RGB is 114 - color contains mainly: green. Hex color #017252 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017252 is #FE8DAD. Grayscale: #4C4C4C. Windows color (decimal): -16682414 or 5403137. OLE color: 5403137.

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

Color convert

RGB 1 114 82 -
CMYK 0.99 0 0.28 0.55
HSL 163.01º 0.98% 0.23% -
HSV(B) 163.01º 0.99% 0.45% -
XYZ 7.55 12.65 10.03 -
YUV 76.57 131.06 74.1 -
System Red Green Blue C M Y K H S L
Decimal 1 114 82 0.99 0 0.28 0.55 163.01 0.98 0.23
Hex 1 72 52 63 0 1C 37 A3 62 17
Octal 1 162 122 143 0 34 67 243 142 27
Binary 1 1110010 1010010 1100011 0 11100 110111 10100011 1100010 10111

Color Harmonies of #017252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017252

Black with #017252

Text Example


Text Example

White with #017252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017252; }

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

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

background-color css

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

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

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

border-color css

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

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

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