#04614E

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

Shades of Watercourse #04614E

Tints of Watercourse #04614E

Color information

#04614E (or 0x04614E) is unknown color: approx Watercourse. HEX triplet: 04, 61 and 4E. RGB value is (4,97,78). Sum of RGB (Red+Green+Blue) = 4+97+78=179 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.23% from 179); Green value is 97 (38.28% from 255 or 54.19% from 179); Blue value is 78 (30.86% from 255 or 43.58% from 179); Max value from RGB is 97 - color contains mainly: green. Hex color #04614E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04614E is #FB9EB1. Grayscale: #434343. Windows color (decimal): -16490162 or 5136644. OLE color: 5136644.

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

Color convert

RGB49778-
CMYK0.9600.200.62
HSL167.74º92.08%19.8%-
HSV(B)167.74º95.88%38.04%-
XYZ5.79.138.67-
YUV67.03134.1983.04-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.23%
GREEN value IS 97 (38.28% from 255) = 54.19%
BLUE value IS 78 (30.86% from 255) = 43.58%
R=2.23%
G=54.19%
B=43.58%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal497780.9600.200.62167.7492.0819.8
Hex4614E600143Ea85c14
Octal41411161400247625013424
Binary10011000011001110110000001010011111010101000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04614E; }

 p { color: rgb(4,97,78); }

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

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

 a { background-color: rgb(4,97,78); }

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

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

 span { border-color: rgb(4,97,78); }

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