#047455

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

Shades of Watercourse #047455

Tints of Watercourse #047455

Color information

#047455 (or 0x047455) is unknown color: approx Watercourse. HEX triplet: 04, 74 and 55. RGB value is (4,116,85). Sum of RGB (Red+Green+Blue) = 4+116+85=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 116 (45.70% from 255 or 56.59% from 205); Blue value is 85 (33.59% from 255 or 41.46% from 205); Max value from RGB is 116 - color contains mainly: green. Hex color #047455 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047455 is #FB8BAA. Grayscale: #4E4E4E. Windows color (decimal): -16485291 or 5600260. OLE color: 5600260.

HSL color Cylindrical-coordinate representation of color #047455: hue angle of 163.39º 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 #047455 is Cyan = 0.97, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB411685-
CMYK0.9700.270.55
HSL163.39º93.33%23.53%-
HSV(B)163.39º96.55%45.49%-
XYZ7.9413.1710.72-
YUV78.98131.3974.52-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.95%
GREEN value IS 116 (45.70% from 255) = 56.59%
BLUE value IS 85 (33.59% from 255) = 41.46%
R=1.95%
G=56.59%
B=41.46%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4116850.9700.270.55163.3993.3323.53
Hex474556101B37a35d18
Octal41641251410336724313530
Binary10011101001010101110000101101111011110100011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047455; }

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

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

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

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

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

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

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

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