Html Css Color HEX #037750 Watercourse

📋 copy color: '#037750'

red 3 ◦ green 119 ◦ blue 80

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

Shades of Watercourse #037750

Tints of Watercourse #037750

RGB

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

 GREEN value IS 119 (46.88% from 255) = 58.91%

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

R = 1.49%
G = 58.91%
B = 39.6%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#037750 (or 0x037750) is known color: Watercourse. HEX triplet: 03, 77 and 50. RGB value is (3,119,80). Sum of RGB (Red+Green+Blue) = 3+119+80=202 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 202); Green value is 119 (46.88% from 255 or 58.91% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 119 - color contains mainly: green. Hex color #037750 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037750 is #FC88AF. Grayscale: #4F4F4F. Windows color (decimal): -16550064 or 5273347. OLE color: 5273347.

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

Color convert

RGB 3 119 80 -
CMYK 0.97 0 0.33 0.53
HSL 159.83º 0.95% 0.24% -
HSV(B) 159.83º 0.97% 0.47% -
XYZ 8.08 13.79 9.83 -
YUV 79.87 128.07 73.17 -
System Red Green Blue C M Y K H S L
Decimal 3 119 80 0.97 0 0.33 0.53 159.83 0.95 0.24
Hex 3 77 50 61 0 21 35 A0 5F 18
Octal 3 167 120 141 0 41 65 240 137 30
Binary 11 1110111 1010000 1100001 0 100001 110101 10100000 1011111 11000

Color Harmonies of #037750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037750

Black with #037750

Text Example


Text Example

White with #037750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037750; }

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

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

background-color css

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

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

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

border-color css

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

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

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