Html Css Color HEX #017D48 Watercourse

📋 copy color: '#017D48'

red 1 ◦ green 125 ◦ blue 72

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

Shades of Watercourse #017D48

Tints of Watercourse #017D48

RGB

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

 GREEN value IS 125 (49.22% from 255) = 63.13%

 BLUE value IS 72 (28.52% from 255) = 36.36%

R = 0.51%
G = 63.13%
B = 36.36%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#017D48 (or 0x017D48) is known color: Watercourse. HEX triplet: 01, 7D and 48. RGB value is (1,125,72). Sum of RGB (Red+Green+Blue) = 1+125+72=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 125 (49.22% from 255 or 63.13% from 198); Blue value is 72 (28.52% from 255 or 36.36% from 198); Max value from RGB is 125 - color contains mainly: green. Hex color #017D48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017D48 is #FE82B7. Grayscale: #515151. Windows color (decimal): -16679608 or 4750593. OLE color: 4750593.

HSL color Cylindrical-coordinate representation of color #017D48: hue angle of 154.35º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017D48 is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 125 72 -
CMYK 0.99 0 0.42 0.51
HSL 154.35º 0.98% 0.25% -
HSV(B) 154.35º 0.99% 0.49% -
XYZ 8.52 15.14 8.6 -
YUV 81.88 122.42 70.31 -
System Red Green Blue C M Y K H S L
Decimal 1 125 72 0.99 0 0.42 0.51 154.35 0.98 0.25
Hex 1 7D 48 63 0 2A 33 9A 62 19
Octal 1 175 110 143 0 52 63 232 142 31
Binary 1 1111101 1001000 1100011 0 101010 110011 10011010 1100010 11001

Color Harmonies of #017D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017D48

Black with #017D48

Text Example


Text Example

White with #017D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017D48; }

 p { color: rgb(1,125,72); }

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

background-color css

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

 a { background-color: rgb(1,125,72); }

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

border-color css

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

 span { border-color: rgb(1,125,72); }

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