#04604F

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

Shades of Watercourse #04604F

Tints of Watercourse #04604F

Color information

#04604F (or 0x04604F) is unknown color: approx Watercourse. HEX triplet: 04, 60 and 4F. RGB value is (4,96,79). Sum of RGB (Red+Green+Blue) = 4+96+79=179 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.23% from 179); Green value is 96 (37.89% from 255 or 53.63% from 179); Blue value is 79 (31.25% from 255 or 44.13% from 179); Max value from RGB is 96 - color contains mainly: green. Hex color #04604F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04604F is #FB9FB0. Grayscale: #424242. Windows color (decimal): -16490417 or 5201924. OLE color: 5201924.

HSL color Cylindrical-coordinate representation of color #04604F: hue angle of 168.91º 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 #04604F is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB49679-
CMYK0.9600.180.62
HSL168.91º92%19.61%-
HSV(B)168.91º95.83%37.65%-
XYZ5.648.968.83-
YUV66.55135.0283.38-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.23%
GREEN value IS 96 (37.89% from 255) = 53.63%
BLUE value IS 79 (31.25% from 255) = 44.13%
R=2.23%
G=53.63%
B=44.13%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal496790.9600.180.62168.919219.61
Hex4604F600123Ea95c14
Octal41401171400227625113424
Binary10011000001001111110000001001011111010101001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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