#037A55

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

Shades of Watercourse #037A55

Tints of Watercourse #037A55

Color information

#037A55 (or 0x037A55) is unknown color: approx Watercourse. HEX triplet: 03, 7A and 55. RGB value is (3,122,85). Sum of RGB (Red+Green+Blue) = 3+122+85=210 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.43% from 210); Green value is 122 (48.05% from 255 or 58.10% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 122 - color contains mainly: green. Hex color #037A55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037A55 is #FC85AA. Grayscale: #525252. Windows color (decimal): -16549291 or 5601795. OLE color: 5601795.

HSL color Cylindrical-coordinate representation of color #037A55: hue angle of 161.34º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037A55 is Cyan = 0.98, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB312285-
CMYK0.9800.300.52
HSL161.34º95.2%24.51%-
HSV(B)161.34º97.54%47.84%-
XYZ8.6414.5910.96-
YUV82.2129.5871.51-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.43%
GREEN value IS 122 (48.05% from 255) = 58.10%
BLUE value IS 85 (33.59% from 255) = 40.48%
R=1.43%
G=58.10%
B=40.48%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3122850.9800.300.52161.3495.224.51
Hex37A556201E34a15f19
Octal31721251420366424113731
Binary1111110101010101110001001111011010010100001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037A55; }

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

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

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

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

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

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

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

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