Html Css Color HEX #03704C Watercourse

📋 copy color: '#03704C'

red 3 ◦ green 112 ◦ blue 76

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

Shades of Watercourse #03704C

Tints of Watercourse #03704C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 39.79%

R = 1.57%
G = 58.64%
B = 39.79%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#03704C (or 0x03704C) is known color: Watercourse. HEX triplet: 03, 70 and 4C. RGB value is (3,112,76). Sum of RGB (Red+Green+Blue) = 3+112+76=191 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.57% from 191); Green value is 112 (44.14% from 255 or 58.64% from 191); Blue value is 76 (30.08% from 255 or 39.79% from 191); Max value from RGB is 112 - color contains mainly: green. Hex color #03704C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03704C is #FC8FB3. Grayscale: #4B4B4B. Windows color (decimal): -16551860 or 5009411. OLE color: 5009411.

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

Color convert

RGB 3 112 76 -
CMYK 0.97 0 0.32 0.56
HSL 160.18º 0.95% 0.23% -
HSV(B) 160.18º 0.97% 0.44% -
XYZ 7.14 12.13 8.8 -
YUV 75.31 128.39 76.43 -
System Red Green Blue C M Y K H S L
Decimal 3 112 76 0.97 0 0.32 0.56 160.18 0.95 0.23
Hex 3 70 4C 61 0 20 38 A0 5F 17
Octal 3 160 114 141 0 40 70 240 137 27
Binary 11 1110000 1001100 1100001 0 100000 111000 10100000 1011111 10111

Color Harmonies of #03704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03704C

Black with #03704C

Text Example


Text Example

White with #03704C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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