#047248

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

Shades of Watercourse #047248

Tints of Watercourse #047248

Color information

#047248 (or 0x047248) is unknown color: approx Watercourse. HEX triplet: 04, 72 and 48. RGB value is (4,114,72). Sum of RGB (Red+Green+Blue) = 4+114+72=190 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.11% from 190); Green value is 114 (44.92% from 255 or 60% from 190); Blue value is 72 (28.52% from 255 or 37.89% from 190); Max value from RGB is 114 - color contains mainly: green. Hex color #047248 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047248 is #FB8DB7. Grayscale: #4C4C4C. Windows color (decimal): -16485816 or 4747780. OLE color: 4747780.

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

Color convert

RGB411472-
CMYK0.9600.370.55
HSL157.09º93.22%23.14%-
HSV(B)157.09º96.49%44.71%-
XYZ7.2412.538.17-
YUV76.32125.5676.42-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.11%
GREEN value IS 114 (44.92% from 255) = 60%
BLUE value IS 72 (28.52% from 255) = 37.89%
R=2.11%
G=60%
B=37.89%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4114720.9600.370.55157.0993.2223.14
Hex4724860025379d5d17
Octal41621101400456723513527
Binary100111001010010001100000010010111011110011101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047248; }

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

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

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

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

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

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

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

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