Html Css Color HEX #04714A Watercourse

📋 copy color: '#04714A'

red 4 ◦ green 113 ◦ blue 74

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

Shades of Watercourse #04714A

Tints of Watercourse #04714A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 59.16%

 BLUE value IS 74 (29.3% from 255) = 38.74%

R = 2.09%
G = 59.16%
B = 38.74%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#04714A (or 0x04714A) is known color: Watercourse. HEX triplet: 04, 71 and 4A. RGB value is (4,113,74). Sum of RGB (Red+Green+Blue) = 4+113+74=191 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.09% from 191); Green value is 113 (44.53% from 255 or 59.16% from 191); Blue value is 74 (29.30% from 255 or 38.74% from 191); Max value from RGB is 113 - color contains mainly: green. Hex color #04714A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04714A is #FB8EB5. Grayscale: #4C4C4C. Windows color (decimal): -16486070 or 4878596. OLE color: 4878596.

HSL color Cylindrical-coordinate representation of color #04714A: hue angle of 158.53º 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 #04714A is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 113 74 -
CMYK 0.96 0 0.35 0.56
HSL 158.53º 0.93% 0.23% -
HSV(B) 158.53º 0.96% 0.44% -
XYZ 7.19 12.33 8.48 -
YUV 75.96 126.89 76.67 -
System Red Green Blue C M Y K H S L
Decimal 4 113 74 0.96 0 0.35 0.56 158.53 0.93 0.23
Hex 4 71 4A 60 0 23 38 9F 5D 17
Octal 4 161 112 140 0 43 70 237 135 27
Binary 100 1110001 1001010 1100000 0 100011 111000 10011111 1011101 10111

Color Harmonies of #04714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04714A

Black with #04714A

Text Example


Text Example

White with #04714A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04714A; }

 p { color: rgb(4,113,74); }

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

background-color css

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

 a { background-color: rgb(4,113,74); }

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

border-color css

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

 span { border-color: rgb(4,113,74); }

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