#046042

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

Shades of Watercourse #046042

Tints of Watercourse #046042

Color information

#046042 (or 0x046042) is unknown color: approx Watercourse. HEX triplet: 04, 60 and 42. RGB value is (4,96,66). Sum of RGB (Red+Green+Blue) = 4+96+66=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 96 (37.89% from 255 or 57.83% from 166); Blue value is 66 (26.17% from 255 or 39.76% from 166); Max value from RGB is 96 - color contains mainly: green. Hex color #046042 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046042 is #FB9FBD. Grayscale: #414141. Windows color (decimal): -16490430 or 4349956. OLE color: 4349956.

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

Color convert

RGB49666-
CMYK0.9600.310.62
HSL160.43º92%19.61%-
HSV(B)160.43º95.83%37.65%-
XYZ5.228.786.57-
YUV65.07128.5284.44-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.41%
GREEN value IS 96 (37.89% from 255) = 57.83%
BLUE value IS 66 (26.17% from 255) = 39.76%
R=2.41%
G=57.83%
B=39.76%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal496660.9600.310.62160.439219.61
Hex460426001F3Ea05c14
Octal41401021400377624013424
Binary10011000001000010110000001111111111010100000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046042; }

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

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

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

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

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

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

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

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