#017942

Color #017942 Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #017942

Tints of Watercourse #017942

Color information

#017942 (or 0x017942) is unknown color: approx Watercourse. HEX triplet: 01, 79 and 42. RGB value is (1,121,66). Sum of RGB (Red+Green+Blue) = 1+121+66=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 121 (47.66% from 255 or 64.36% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 121 - color contains mainly: green. Hex color #017942 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017942 is #FE86BD. Grayscale: #4E4E4E. Windows color (decimal): -16680638 or 4356353. OLE color: 4356353.

HSL color Cylindrical-coordinate representation of color #017942: hue angle of 152.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017942 is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB112166-
CMYK0.9900.450.53
HSL152.5º98.36%23.92%-
HSV(B)152.5º99.17%47.45%-
XYZ7.8314.077.46-
YUV78.85120.7472.47-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.53%
GREEN value IS 121 (47.66% from 255) = 64.36%
BLUE value IS 66 (26.17% from 255) = 35.11%
R=0.53%
G=64.36%
B=35.11%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1121660.9900.450.53152.598.3623.92
Hex179426302D35986218
Octal11711021430556523014230
Binary1111100110000101100011010110111010110011000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017942; }

 p { color: rgb(1,121,66); }

 H1.HeaderClassName
 {
   color: #017942;
 }
 .AnyTagClassName
 {
   color: #017942;
 }
</style>
background-color css

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

 a { background-color: rgb(1,121,66); }

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

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

 span { border-color: rgb(1,121,66); }

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