Html Css Color HEX #03704D Watercourse

📋 copy color: '#03704D'

red 3 ◦ green 112 ◦ blue 77

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

Shades of Watercourse #03704D

Tints of Watercourse #03704D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 40.1%

R = 1.56%
G = 58.33%
B = 40.1%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#03704D (or 0x03704D) is known color: Watercourse. HEX triplet: 03, 70 and 4D. RGB value is (3,112,77). Sum of RGB (Red+Green+Blue) = 3+112+77=192 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.56% from 192); Green value is 112 (44.14% from 255 or 58.33% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 112 - color contains mainly: green. Hex color #03704D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03704D is #FC8FB2. Grayscale: #4B4B4B. Windows color (decimal): -16551859 or 5074947. OLE color: 5074947.

HSL color Cylindrical-coordinate representation of color #03704D: hue angle of 160.73º 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 #03704D is Cyan = 0.97, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 112 77 -
CMYK 0.97 0 0.31 0.56
HSL 160.73º 0.95% 0.23% -
HSV(B) 160.73º 0.97% 0.44% -
XYZ 7.17 12.14 8.99 -
YUV 75.42 128.89 76.35 -
System Red Green Blue C M Y K H S L
Decimal 3 112 77 0.97 0 0.31 0.56 160.73 0.95 0.23
Hex 3 70 4D 61 0 1F 38 A1 5F 17
Octal 3 160 115 141 0 37 70 241 137 27
Binary 11 1110000 1001101 1100001 0 11111 111000 10100001 1011111 10111

Color Harmonies of #03704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03704D

Black with #03704D

Text Example


Text Example

White with #03704D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03704D; }

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

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

background-color css

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

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

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

border-color css

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

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

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