Html Css Color HEX #047452 Watercourse

📋 copy color: '#047452'

red 4 ◦ green 116 ◦ blue 82

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

Shades of Watercourse #047452

Tints of Watercourse #047452

RGB

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

 GREEN value IS 116 (45.7% from 255) = 57.43%

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

R = 1.98%
G = 57.43%
B = 40.59%

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

#047452 (or 0x047452) is known color: Watercourse. HEX triplet: 04, 74 and 52. RGB value is (4,116,82). Sum of RGB (Red+Green+Blue) = 4+116+82=202 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.98% from 202); Green value is 116 (45.70% from 255 or 57.43% from 202); Blue value is 82 (32.42% from 255 or 40.59% from 202); Max value from RGB is 116 - color contains mainly: green. Hex color #047452 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047452 is #FB8BAD. Grayscale: #4E4E4E. Windows color (decimal): -16485294 or 5403652. OLE color: 5403652.

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

Color convert

RGB 4 116 82 -
CMYK 0.97 0 0.29 0.55
HSL 161.79º 0.93% 0.24% -
HSV(B) 161.79º 0.97% 0.45% -
XYZ 7.82 13.13 10.1 -
YUV 78.64 129.89 74.76 -
System Red Green Blue C M Y K H S L
Decimal 4 116 82 0.97 0 0.29 0.55 161.79 0.93 0.24
Hex 4 74 52 61 0 1D 37 A2 5D 18
Octal 4 164 122 141 0 35 67 242 135 30
Binary 100 1110100 1010010 1100001 0 11101 110111 10100010 1011101 11000

Color Harmonies of #047452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047452

Black with #047452

Text Example


Text Example

White with #047452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047452; }

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

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

background-color css

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

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

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

border-color css

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

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

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