#046B45

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

Shades of Watercourse #046B45

Tints of Watercourse #046B45

Color information

#046B45 (or 0x046B45) is unknown color: approx Watercourse. HEX triplet: 04, 6B and 45. RGB value is (4,107,69). Sum of RGB (Red+Green+Blue) = 4+107+69=180 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.22% from 180); Green value is 107 (42.19% from 255 or 59.44% from 180); Blue value is 69 (27.34% from 255 or 38.33% from 180); Max value from RGB is 107 - color contains mainly: green. Hex color #046B45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046B45 is #FB94BA. Grayscale: #474747. Windows color (decimal): -16487611 or 4549380. OLE color: 4549380.

HSL color Cylindrical-coordinate representation of color #046B45: hue angle of 157.86º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046B45 is Cyan = 0.96, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.

Color convert

RGB410769-
CMYK0.9600.360.58
HSL157.86º92.79%21.76%-
HSV(B)157.86º96.26%41.96%-
XYZ6.3810.977.41-
YUV71.87126.3879.59-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.22%
GREEN value IS 107 (42.19% from 255) = 59.44%
BLUE value IS 69 (27.34% from 255) = 38.33%
R=2.22%
G=59.44%
B=38.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4107690.9600.360.58157.8692.7921.76
Hex46B45600243A9e5d16
Octal41531051400447223613526
Binary100110101110001011100000010010011101010011110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046B45; }

 p { color: rgb(4,107,69); }

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

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

 a { background-color: rgb(4,107,69); }

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

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

 span { border-color: rgb(4,107,69); }

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