#047250

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

Shades of Watercourse #047250

Tints of Watercourse #047250

Color information

#047250 (or 0x047250) is unknown color: approx Watercourse. HEX triplet: 04, 72 and 50. RGB value is (4,114,80). Sum of RGB (Red+Green+Blue) = 4+114+80=198 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.02% from 198); Green value is 114 (44.92% from 255 or 57.58% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 114 - color contains mainly: green. Hex color #047250 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047250 is #FB8DAF. Grayscale: #4D4D4D. Windows color (decimal): -16485808 or 5272068. OLE color: 5272068.

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

Color convert

RGB411480-
CMYK0.9600.300.55
HSL161.45º93.22%23.14%-
HSV(B)161.45º96.49%44.71%-
XYZ7.5212.649.63-
YUV77.23129.5675.76-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.02%
GREEN value IS 114 (44.92% from 255) = 57.58%
BLUE value IS 80 (31.64% from 255) = 40.40%
R=2.02%
G=57.58%
B=40.40%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4114800.9600.300.55161.4593.2223.14
Hex472506001E37a15d17
Octal41621201400366724113527
Binary10011100101010000110000001111011011110100001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047250; }

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

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

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

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

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

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

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

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