#046350

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

Shades of Watercourse #046350

Tints of Watercourse #046350

Color information

#046350 (or 0x046350) is unknown color: approx Watercourse. HEX triplet: 04, 63 and 50. RGB value is (4,99,80). Sum of RGB (Red+Green+Blue) = 4+99+80=183 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.19% from 183); Green value is 99 (39.06% from 255 or 54.10% from 183); Blue value is 80 (31.64% from 255 or 43.72% from 183); Max value from RGB is 99 - color contains mainly: green. Hex color #046350 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046350 is #FB9CAF. Grayscale: #444444. Windows color (decimal): -16489648 or 5268228. OLE color: 5268228.

HSL color Cylindrical-coordinate representation of color #046350: hue angle of 168º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046350 is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB49980-
CMYK0.9600.190.61
HSL168º92.23%20.2%-
HSV(B)168º95.96%38.82%-
XYZ5.969.539.11-
YUV68.43134.5382.04-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.19%
GREEN value IS 99 (39.06% from 255) = 54.10%
BLUE value IS 80 (31.64% from 255) = 43.72%
R=2.19%
G=54.10%
B=43.72%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal499800.9600.190.6116892.2320.2
Hex46350600133Da85c14
Octal41431201400237525013424
Binary10011000111010000110000001001111110110101000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046350; }

 p { color: rgb(4,99,80); }

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

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

 a { background-color: rgb(4,99,80); }

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

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

 span { border-color: rgb(4,99,80); }

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