#037042

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

Shades of Watercourse #037042

Tints of Watercourse #037042

Color information

#037042 (or 0x037042) is unknown color: approx Watercourse. HEX triplet: 03, 70 and 42. RGB value is (3,112,66). Sum of RGB (Red+Green+Blue) = 3+112+66=181 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.66% from 181); Green value is 112 (44.14% from 255 or 61.88% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 112 - color contains mainly: green. Hex color #037042 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #037042 is #FC8FBD. Grayscale: #4A4A4A. Windows color (decimal): -16551870 or 4354051. OLE color: 4354051.

HSL color Cylindrical-coordinate representation of color #037042: hue angle of 154.68º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #037042 is Cyan = 0.97, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB311266-
CMYK0.9700.410.56
HSL154.68º94.78%22.55%-
HSV(B)154.68º97.32%43.92%-
XYZ6.82127.11-
YUV74.17123.3977.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.66%
GREEN value IS 112 (44.14% from 255) = 61.88%
BLUE value IS 66 (26.17% from 255) = 36.46%
R=1.66%
G=61.88%
B=36.46%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3112660.9700.410.56154.6894.7822.55
Hex3704261029389b5f17
Octal31601021410517023313727
Binary11111000010000101100001010100111100010011011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037042; }

 p { color: rgb(3,112,66); }

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

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

 a { background-color: rgb(3,112,66); }

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

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

 span { border-color: rgb(3,112,66); }

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