Html Css Color HEX #04704D Watercourse

📋 copy color: '#04704D'

red 4 ◦ green 112 ◦ blue 77

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

Shades of Watercourse #04704D

Tints of Watercourse #04704D

RGB

 RED value IS 4 (1.95% from 255) = 2.07%

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

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

R = 2.07%
G = 58.03%
B = 39.9%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#04704D (or 0x04704D) is known color: Watercourse. HEX triplet: 04, 70 and 4D. RGB value is (4,112,77). Sum of RGB (Red+Green+Blue) = 4+112+77=193 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.07% from 193); Green value is 112 (44.14% from 255 or 58.03% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 112 - color contains mainly: green. Hex color #04704D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04704D is #FB8FB2. Grayscale: #4B4B4B. Windows color (decimal): -16486323 or 5074948. OLE color: 5074948.

HSL color Cylindrical-coordinate representation of color #04704D: hue angle of 160.56º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04704D is Cyan = 0.96, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 112 77 -
CMYK 0.96 0 0.31 0.56
HSL 160.56º 0.93% 0.23% -
HSV(B) 160.56º 0.96% 0.44% -
XYZ 7.18 12.15 8.99 -
YUV 75.72 128.72 76.85 -
System Red Green Blue C M Y K H S L
Decimal 4 112 77 0.96 0 0.31 0.56 160.56 0.93 0.23
Hex 4 70 4D 60 0 1F 38 A1 5D 17
Octal 4 160 115 140 0 37 70 241 135 27
Binary 100 1110000 1001101 1100000 0 11111 111000 10100001 1011101 10111

Color Harmonies of #04704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04704D

Black with #04704D

Text Example


Text Example

White with #04704D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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