#047955

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

Shades of Watercourse #047955

Tints of Watercourse #047955

Color information

#047955 (or 0x047955) is unknown color: approx Watercourse. HEX triplet: 04, 79 and 55. RGB value is (4,121,85). Sum of RGB (Red+Green+Blue) = 4+121+85=210 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 210); Green value is 121 (47.66% from 255 or 57.62% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 121 - color contains mainly: green. Hex color #047955 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047955 is #FB86AA. Grayscale: #515151. Windows color (decimal): -16484011 or 5601540. OLE color: 5601540.

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

Color convert

RGB412185-
CMYK0.9700.300.53
HSL161.54º93.6%24.51%-
HSV(B)161.54º96.69%47.45%-
XYZ8.5314.3610.92-
YUV81.91129.7472.43-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.90%
GREEN value IS 121 (47.66% from 255) = 57.62%
BLUE value IS 85 (33.59% from 255) = 40.48%
R=1.90%
G=57.62%
B=40.48%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4121850.9700.300.53161.5493.624.51
Hex479556101E35a25e19
Octal41711251410366524213631
Binary10011110011010101110000101111011010110100010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047955; }

 p { color: rgb(4,121,85); }

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

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

 a { background-color: rgb(4,121,85); }

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

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

 span { border-color: rgb(4,121,85); }

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