#037755

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

Shades of Watercourse #037755

Tints of Watercourse #037755

Color information

#037755 (or 0x037755) is unknown color: approx Watercourse. HEX triplet: 03, 77 and 55. RGB value is (3,119,85). Sum of RGB (Red+Green+Blue) = 3+119+85=207 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.45% from 207); Green value is 119 (46.88% from 255 or 57.49% from 207); Blue value is 85 (33.59% from 255 or 41.06% from 207); Max value from RGB is 119 - color contains mainly: green. Hex color #037755 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037755 is #FC88AA. Grayscale: #505050. Windows color (decimal): -16550059 or 5601027. OLE color: 5601027.

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

Color convert

RGB311985-
CMYK0.9700.290.53
HSL162.41º95.08%23.92%-
HSV(B)162.41º97.48%46.67%-
XYZ8.2713.8710.84-
YUV80.44130.5772.76-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.45%
GREEN value IS 119 (46.88% from 255) = 57.49%
BLUE value IS 85 (33.59% from 255) = 41.06%
R=1.45%
G=57.49%
B=41.06%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3119850.9700.290.53162.4195.0823.92
Hex377556101D35a25f18
Octal31671251410356524213730
Binary1111101111010101110000101110111010110100010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037755; }

 p { color: rgb(3,119,85); }

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

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

 a { background-color: rgb(3,119,85); }

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

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

 span { border-color: rgb(3,119,85); }

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