#037249

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

Shades of Watercourse #037249

Tints of Watercourse #037249

Color information

#037249 (or 0x037249) is unknown color: approx Watercourse. HEX triplet: 03, 72 and 49. RGB value is (3,114,73). Sum of RGB (Red+Green+Blue) = 3+114+73=190 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.58% from 190); Green value is 114 (44.92% from 255 or 60% from 190); Blue value is 73 (28.91% from 255 or 38.42% from 190); Max value from RGB is 114 - color contains mainly: green. Hex color #037249 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #037249 is #FC8DB6. Grayscale: #4C4C4C. Windows color (decimal): -16551351 or 4813315. OLE color: 4813315.

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

Color convert

RGB311473-
CMYK0.9700.360.55
HSL157.84º94.87%22.94%-
HSV(B)157.84º97.37%44.71%-
XYZ7.2612.548.34-
YUV76.14126.2375.83-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.58%
GREEN value IS 114 (44.92% from 255) = 60%
BLUE value IS 73 (28.91% from 255) = 38.42%
R=1.58%
G=60%
B=38.42%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3114730.9700.360.55157.8494.8722.94
Hex3724961024379e5f17
Octal31621111410446723613727
Binary11111001010010011100001010010011011110011110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037249; }

 p { color: rgb(3,114,73); }

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

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

 a { background-color: rgb(3,114,73); }

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

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

 span { border-color: rgb(3,114,73); }

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