#046345

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

Shades of Watercourse #046345

Tints of Watercourse #046345

Color information

#046345 (or 0x046345) is unknown color: approx Watercourse. HEX triplet: 04, 63 and 45. RGB value is (4,99,69). Sum of RGB (Red+Green+Blue) = 4+99+69=172 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.33% from 172); Green value is 99 (39.06% from 255 or 57.56% from 172); Blue value is 69 (27.34% from 255 or 40.12% from 172); Max value from RGB is 99 - color contains mainly: green. Hex color #046345 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046345 is #FB9CBA. Grayscale: #434343. Windows color (decimal): -16489659 or 4547332. OLE color: 4547332.

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

Color convert

RGB49969-
CMYK0.9600.300.61
HSL161.05º92.23%20.2%-
HSV(B)161.05º95.96%38.82%-
XYZ5.599.387.15-
YUV67.18129.0382.94-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.33%
GREEN value IS 99 (39.06% from 255) = 57.56%
BLUE value IS 69 (27.34% from 255) = 40.12%
R=2.33%
G=57.56%
B=40.12%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal499690.9600.300.61161.0592.2320.2
Hex463456001E3Da15c14
Octal41431051400367524113424
Binary10011000111000101110000001111011110110100001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046345; }

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

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

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

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

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

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

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

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