#047253

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

Shades of Watercourse #047253

Tints of Watercourse #047253

Color information

#047253 (or 0x047253) is unknown color: approx Watercourse. HEX triplet: 04, 72 and 53. RGB value is (4,114,83). Sum of RGB (Red+Green+Blue) = 4+114+83=201 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.99% from 201); Green value is 114 (44.92% from 255 or 56.72% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 114 - color contains mainly: green. Hex color #047253 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047253 is #FB8DAC. Grayscale: #4D4D4D. Windows color (decimal): -16485805 or 5468676. OLE color: 5468676.

HSL color Cylindrical-coordinate representation of color #047253: hue angle of 163.09º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #047253 is Cyan = 0.96, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB411483-
CMYK0.9600.270.55
HSL163.09º93.22%23.14%-
HSV(B)163.09º96.49%44.71%-
XYZ7.6312.6810.23-
YUV77.58131.0675.52-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.99%
GREEN value IS 114 (44.92% from 255) = 56.72%
BLUE value IS 83 (32.81% from 255) = 41.29%
R=1.99%
G=56.72%
B=41.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4114830.9600.270.55163.0993.2223.14
Hex472536001B37a35d17
Octal41621231400336724313527
Binary10011100101010011110000001101111011110100011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047253; }

 p { color: rgb(4,114,83); }

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

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

 a { background-color: rgb(4,114,83); }

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

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

 span { border-color: rgb(4,114,83); }

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