Html Css Color HEX #017A48 Watercourse

📋 copy color: '#017A48'

red 1 ◦ green 122 ◦ blue 72

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

Shades of Watercourse #017A48

Tints of Watercourse #017A48

RGB

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

 GREEN value IS 122 (48.05% from 255) = 62.56%

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

R = 0.51%
G = 62.56%
B = 36.92%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.41

 K value IS 0.52

RGB Variations

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

Color information

#017A48 (or 0x017A48) is known color: Watercourse. HEX triplet: 01, 7A and 48. RGB value is (1,122,72). Sum of RGB (Red+Green+Blue) = 1+122+72=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 122 (48.05% from 255 or 62.56% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 122 - color contains mainly: green. Hex color #017A48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017A48 is #FE85B7. Grayscale: #505050. Windows color (decimal): -16680376 or 4749825. OLE color: 4749825.

HSL color Cylindrical-coordinate representation of color #017A48: hue angle of 155.21º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017A48 is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 122 72 -
CMYK 0.99 0 0.41 0.52
HSL 155.21º 0.98% 0.24% -
HSV(B) 155.21º 0.99% 0.48% -
XYZ 8.14 14.39 8.48 -
YUV 80.12 123.41 71.57 -
System Red Green Blue C M Y K H S L
Decimal 1 122 72 0.99 0 0.41 0.52 155.21 0.98 0.24
Hex 1 7A 48 63 0 29 34 9B 62 18
Octal 1 172 110 143 0 51 64 233 142 30
Binary 1 1111010 1001000 1100011 0 101001 110100 10011011 1100010 11000

Color Harmonies of #017A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017A48

Black with #017A48

Text Example


Text Example

White with #017A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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