#046444

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

Shades of Watercourse #046444

Tints of Watercourse #046444

Color information

#046444 (or 0x046444) is unknown color: approx Watercourse. HEX triplet: 04, 64 and 44. RGB value is (4,100,68). Sum of RGB (Red+Green+Blue) = 4+100+68=172 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.33% from 172); Green value is 100 (39.45% from 255 or 58.14% from 172); Blue value is 68 (26.95% from 255 or 39.53% from 172); Max value from RGB is 100 - color contains mainly: green. Hex color #046444 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046444 is #FB9BBB. Grayscale: #434343. Windows color (decimal): -16489404 or 4482052. OLE color: 4482052.

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

Color convert

RGB410068-
CMYK0.9600.320.61
HSL160º92.31%20.39%-
HSV(B)160º96%39.22%-
XYZ5.659.567.02-
YUV67.65128.282.6-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.33%
GREEN value IS 100 (39.45% from 255) = 58.14%
BLUE value IS 68 (26.95% from 255) = 39.53%
R=2.33%
G=58.14%
B=39.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4100680.9600.320.6116092.3120.39
Hex46444600203Da05c14
Octal41441041400407524013424
Binary100110010010001001100000010000011110110100000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046444; }

 p { color: rgb(4,100,68); }

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

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

 a { background-color: rgb(4,100,68); }

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

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

 span { border-color: rgb(4,100,68); }

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