#047352

Color #047352 Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #047352

Tints of Watercourse #047352

Color information

#047352 (or 0x047352) is unknown color: approx 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

RGB411582-
CMYK0.9700.290.55
HSL162.16º93.28%23.33%-
HSV(B)162.16º96.52%45.1%-
XYZ7.712.910.07-
YUV78.05130.2375.18-

RGB Variations

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

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.80%
R=1.99%
G=57.21%
B=40.80%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4115820.9700.290.55162.1693.2823.33
Hex473526101D37a25d17
Octal41631221410356724213527
Binary10011100111010010110000101110111011110100010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>