#047752

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

Shades of Watercourse #047752

Tints of Watercourse #047752

Color information

#047752 (or 0x047752) is unknown color: approx Watercourse. HEX triplet: 04, 77 and 52. RGB value is (4,119,82). Sum of RGB (Red+Green+Blue) = 4+119+82=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 119 (46.88% from 255 or 58.05% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 119 - color contains mainly: green. Hex color #047752 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047752 is #FB88AD. Grayscale: #505050. Windows color (decimal): -16484526 or 5404420. OLE color: 5404420.

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

Color convert

RGB411982-
CMYK0.9700.310.53
HSL160.7º93.5%24.12%-
HSV(B)160.7º96.64%46.67%-
XYZ8.1713.8310.22-
YUV80.4128.973.51-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.95%
GREEN value IS 119 (46.88% from 255) = 58.05%
BLUE value IS 82 (32.42% from 255) = 40%
R=1.95%
G=58.05%
B=40%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4119820.9700.310.53160.793.524.12
Hex477526101F35a15d18
Octal41671221410376524113530
Binary10011101111010010110000101111111010110100001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047752; }

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

 H1.HeaderClassName
 {
   color: #047752;
 }
 .AnyTagClassName
 {
   color: #047752;
 }
</style>
background-color css

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

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

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

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

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

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