#04604A

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

Shades of Watercourse #04604A

Tints of Watercourse #04604A

Color information

#04604A (or 0x04604A) is unknown color: approx Watercourse. HEX triplet: 04, 60 and 4A. RGB value is (4,96,74). Sum of RGB (Red+Green+Blue) = 4+96+74=174 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.30% from 174); Green value is 96 (37.89% from 255 or 55.17% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 96 - color contains mainly: green. Hex color #04604A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04604A is #FB9FB5. Grayscale: #414141. Windows color (decimal): -16490422 or 4874244. OLE color: 4874244.

HSL color Cylindrical-coordinate representation of color #04604A: hue angle of 165.65º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04604A is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB49674-
CMYK0.9600.230.62
HSL165.65º92%19.61%-
HSV(B)165.65º95.83%37.65%-
XYZ5.478.897.91-
YUV65.98132.5283.79-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.30%
GREEN value IS 96 (37.89% from 255) = 55.17%
BLUE value IS 74 (29.30% from 255) = 42.53%
R=2.30%
G=55.17%
B=42.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal496740.9600.230.62165.659219.61
Hex4604A600173Ea65c14
Octal41401121400277624613424
Binary10011000001001010110000001011111111010100110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04604A; }

 p { color: rgb(4,96,74); }

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

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

 a { background-color: rgb(4,96,74); }

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

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

 span { border-color: rgb(4,96,74); }

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