#04684A

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

Shades of Watercourse #04684A

Tints of Watercourse #04684A

Color information

#04684A (or 0x04684A) is unknown color: approx Watercourse. HEX triplet: 04, 68 and 4A. RGB value is (4,104,74). Sum of RGB (Red+Green+Blue) = 4+104+74=182 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.20% from 182); Green value is 104 (41.02% from 255 or 57.14% from 182); Blue value is 74 (29.30% from 255 or 40.66% from 182); Max value from RGB is 104 - color contains mainly: green. Hex color #04684A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04684A is #FB97B5. Grayscale: #464646. Windows color (decimal): -16488374 or 4876292. OLE color: 4876292.

HSL color Cylindrical-coordinate representation of color #04684A: hue angle of 162º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04684A is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB410474-
CMYK0.9600.290.59
HSL162º92.59%21.18%-
HSV(B)162º96.15%40.78%-
XYZ6.2410.428.16-
YUV70.68129.8780.44-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.20%
GREEN value IS 104 (41.02% from 255) = 57.14%
BLUE value IS 74 (29.30% from 255) = 40.66%
R=2.20%
G=57.14%
B=40.66%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4104740.9600.290.5916292.5921.18
Hex4684A6001D3Ba25d15
Octal41501121400357324213525
Binary10011010001001010110000001110111101110100010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04684A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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