#047354

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

Shades of Watercourse #047354

Tints of Watercourse #047354

Color information

#047354 (or 0x047354) is unknown color: approx Watercourse. HEX triplet: 04, 73 and 54. RGB value is (4,115,84). Sum of RGB (Red+Green+Blue) = 4+115+84=203 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.97% from 203); Green value is 115 (45.31% from 255 or 56.65% from 203); Blue value is 84 (33.20% from 255 or 41.38% from 203); Max value from RGB is 115 - color contains mainly: green. Hex color #047354 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047354 is #FB8CAB. Grayscale: #4E4E4E. Windows color (decimal): -16485548 or 5534468. OLE color: 5534468.

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

Color convert

RGB411584-
CMYK0.9700.270.55
HSL163.24º93.28%23.33%-
HSV(B)163.24º96.52%45.1%-
XYZ7.7812.9310.47-
YUV78.28131.2375.02-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.97%
GREEN value IS 115 (45.31% from 255) = 56.65%
BLUE value IS 84 (33.20% from 255) = 41.38%
R=1.97%
G=56.65%
B=41.38%

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
Decimal4115840.9700.270.55163.2493.2823.33
Hex473546101B37a35d17
Octal41631241410336724313527
Binary10011100111010100110000101101111011110100011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047354; }

 p { color: rgb(4,115,84); }

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

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

 a { background-color: rgb(4,115,84); }

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

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

 span { border-color: rgb(4,115,84); }

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