#037950

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

Shades of Watercourse #037950

Tints of Watercourse #037950

Color information

#037950 (or 0x037950) is unknown color: approx Watercourse. HEX triplet: 03, 79 and 50. RGB value is (3,121,80). Sum of RGB (Red+Green+Blue) = 3+121+80=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 121 (47.66% from 255 or 59.31% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 121 - color contains mainly: green. Hex color #037950 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037950 is #FC86AF. Grayscale: #515151. Windows color (decimal): -16549552 or 5273859. OLE color: 5273859.

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

Color convert

RGB312180-
CMYK0.9800.340.53
HSL159.15º95.16%24.31%-
HSV(B)159.15º97.52%47.45%-
XYZ8.3214.279.91-
YUV81.04127.4172.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.47%
GREEN value IS 121 (47.66% from 255) = 59.31%
BLUE value IS 80 (31.64% from 255) = 39.22%
R=1.47%
G=59.31%
B=39.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3121800.9800.340.53159.1595.1624.31
Hex3795062022359f5f18
Octal31711201420426523713730
Binary11111100110100001100010010001011010110011111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037950; }

 p { color: rgb(3,121,80); }

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

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

 a { background-color: rgb(3,121,80); }

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

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

 span { border-color: rgb(3,121,80); }

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