#047852

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

Shades of Watercourse #047852

Tints of Watercourse #047852

Color information

#047852 (or 0x047852) is unknown color: approx Watercourse. HEX triplet: 04, 78 and 52. RGB value is (4,120,82). Sum of RGB (Red+Green+Blue) = 4+120+82=206 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.94% from 206); Green value is 120 (47.27% from 255 or 58.25% from 206); Blue value is 82 (32.42% from 255 or 39.81% from 206); Max value from RGB is 120 - color contains mainly: green. Hex color #047852 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047852 is #FB87AD. Grayscale: #515151. Windows color (decimal): -16484270 or 5404676. OLE color: 5404676.

HSL color Cylindrical-coordinate representation of color #047852: hue angle of 160.34º degrees, saturation: 0.94, 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 #047852 is Cyan = 0.97, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB412082-
CMYK0.9700.320.53
HSL160.34º93.55%24.31%-
HSV(B)160.34º96.67%47.06%-
XYZ8.2914.0710.26-
YUV80.98128.5773.09-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.94%
GREEN value IS 120 (47.27% from 255) = 58.25%
BLUE value IS 82 (32.42% from 255) = 39.81%
R=1.94%
G=58.25%
B=39.81%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4120820.9700.320.53160.3493.5524.31
Hex478526102035a05e18
Octal41701221410406524013630
Binary100111100010100101100001010000011010110100000101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047852; }

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

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

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

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

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

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

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

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