#037A4A

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

Shades of Watercourse #037A4A

Tints of Watercourse #037A4A

Color information

#037A4A (or 0x037A4A) is unknown color: approx Watercourse. HEX triplet: 03, 7A and 4A. RGB value is (3,122,74). Sum of RGB (Red+Green+Blue) = 3+122+74=199 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.51% from 199); Green value is 122 (48.05% from 255 or 61.31% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 122 - color contains mainly: green. Hex color #037A4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #037A4A is #FC85B5. Grayscale: #515151. Windows color (decimal): -16549302 or 4880899. OLE color: 4880899.

HSL color Cylindrical-coordinate representation of color #037A4A: hue angle of 155.8º 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 #037A4A is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB312274-
CMYK0.9800.390.52
HSL155.8º95.2%24.51%-
HSV(B)155.8º97.54%47.84%-
XYZ8.2314.438.83-
YUV80.95124.0872.4-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.51%
GREEN value IS 122 (48.05% from 255) = 61.31%
BLUE value IS 74 (29.30% from 255) = 37.19%
R=1.51%
G=61.31%
B=37.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3122740.9800.390.52155.895.224.51
Hex37A4A62027349c5f19
Octal31721121420476423413731
Binary11111101010010101100010010011111010010011100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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