#037353

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

Shades of Watercourse #037353

Tints of Watercourse #037353

Color information

#037353 (or 0x037353) is unknown color: approx Watercourse. HEX triplet: 03, 73 and 53. RGB value is (3,115,83). Sum of RGB (Red+Green+Blue) = 3+115+83=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 115 (45.31% from 255 or 57.21% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 115 - color contains mainly: green. Hex color #037353 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037353 is #FC8CAC. Grayscale: #4D4D4D. Windows color (decimal): -16551085 or 5468931. OLE color: 5468931.

HSL color Cylindrical-coordinate representation of color #037353: hue angle of 162.86º 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 #037353 is Cyan = 0.97, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB311583-
CMYK0.9700.280.55
HSL162.86º94.92%23.14%-
HSV(B)162.86º97.39%45.1%-
XYZ7.7312.9110.27-
YUV77.86130.8974.6-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.49%
GREEN value IS 115 (45.31% from 255) = 57.21%
BLUE value IS 83 (32.81% from 255) = 41.29%
R=1.49%
G=57.21%
B=41.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3115830.9700.280.55162.8694.9223.14
Hex373536101C37a35f17
Octal31631231410346724313727
Binary1111100111010011110000101110011011110100011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037353; }

 p { color: rgb(3,115,83); }

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

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

 a { background-color: rgb(3,115,83); }

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

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

 span { border-color: rgb(3,115,83); }

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