Html Css Color HEX #047352 Watercourse

📋 copy color: '#047352'

red 4 ◦ green 115 ◦ blue 82

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

Shades of Watercourse #047352

Tints of Watercourse #047352

RGB

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

 GREEN value IS 115 (45.31% from 255) = 57.21%

 BLUE value IS 82 (32.42% from 255) = 40.8%

R = 1.99%
G = 57.21%
B = 40.8%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#047352 (or 0x047352) is known color: Watercourse. HEX triplet: 04, 73 and 52. RGB value is (4,115,82). Sum of RGB (Red+Green+Blue) = 4+115+82=201 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.99% from 201); Green value is 115 (45.31% from 255 or 57.21% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 115 - color contains mainly: green. Hex color #047352 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047352 is #FB8CAD. Grayscale: #4E4E4E. Windows color (decimal): -16485550 or 5403396. OLE color: 5403396.

HSL color Cylindrical-coordinate representation of color #047352: hue angle of 162.16º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047352 is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB 4 115 82 -
CMYK 0.97 0 0.29 0.55
HSL 162.16º 0.93% 0.23% -
HSV(B) 162.16º 0.97% 0.45% -
XYZ 7.7 12.9 10.07 -
YUV 78.05 130.23 75.18 -
System Red Green Blue C M Y K H S L
Decimal 4 115 82 0.97 0 0.29 0.55 162.16 0.93 0.23
Hex 4 73 52 61 0 1D 37 A2 5D 17
Octal 4 163 122 141 0 35 67 242 135 27
Binary 100 1110011 1010010 1100001 0 11101 110111 10100010 1011101 10111

Color Harmonies of #047352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047352

Black with #047352

Text Example


Text Example

White with #047352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047352; }

 p { color: rgb(4,115,82); }

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

background-color css

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

 a { background-color: rgb(4,115,82); }

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

border-color css

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

 span { border-color: rgb(4,115,82); }

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