Html Css Color HEX #037050 Watercourse

📋 copy color: '#037050'

red 3 ◦ green 112 ◦ blue 80

#037050
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #037050

Tints of Watercourse #037050

RGB

 RED value IS 3 (1.56% from 255) = 1.54%

 GREEN value IS 112 (44.14% from 255) = 57.44%

 BLUE value IS 80 (31.64% from 255) = 41.03%

R = 1.54%
G = 57.44%
B = 41.03%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#037050 (or 0x037050) is known color: Watercourse. HEX triplet: 03, 70 and 50. RGB value is (3,112,80). Sum of RGB (Red+Green+Blue) = 3+112+80=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 112 (44.14% from 255 or 57.44% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 112 - color contains mainly: green. Hex color #037050 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037050 is #FC8FAF. Grayscale: #4B4B4B. Windows color (decimal): -16551856 or 5271555. OLE color: 5271555.

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

Color convert

RGB 3 112 80 -
CMYK 0.97 0 0.29 0.56
HSL 162.39º 0.95% 0.23% -
HSV(B) 162.39º 0.97% 0.44% -
XYZ 7.28 12.19 9.56 -
YUV 75.76 130.39 76.1 -
System Red Green Blue C M Y K H S L
Decimal 3 112 80 0.97 0 0.29 0.56 162.39 0.95 0.23
Hex 3 70 50 61 0 1D 38 A2 5F 17
Octal 3 160 120 141 0 35 70 242 137 27
Binary 11 1110000 1010000 1100001 0 11101 111000 10100010 1011111 10111

Color Harmonies of #037050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037050

Black with #037050

Text Example


Text Example

White with #037050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037050; }

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

 H1.HeaderClassName
 {
   color: #037050;
 }
 .AnyTagClassName
 {
   color: #037050;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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