#046045

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

Shades of Watercourse #046045

Tints of Watercourse #046045

Color information

#046045 (or 0x046045) is unknown color: approx Watercourse. HEX triplet: 04, 60 and 45. RGB value is (4,96,69). Sum of RGB (Red+Green+Blue) = 4+96+69=169 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.37% from 169); Green value is 96 (37.89% from 255 or 56.80% from 169); Blue value is 69 (27.34% from 255 or 40.83% from 169); Max value from RGB is 96 - color contains mainly: green. Hex color #046045 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046045 is #FB9FBA. Grayscale: #414141. Windows color (decimal): -16490427 or 4546564. OLE color: 4546564.

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

Color convert

RGB49669-
CMYK0.9600.280.62
HSL162.39º92%19.61%-
HSV(B)162.39º95.83%37.65%-
XYZ5.318.827.05-
YUV65.41130.0284.2-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.37%
GREEN value IS 96 (37.89% from 255) = 56.80%
BLUE value IS 69 (27.34% from 255) = 40.83%
R=2.37%
G=56.80%
B=40.83%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal496690.9600.280.62162.399219.61
Hex460456001C3Ea25c14
Octal41401051400347624213424
Binary10011000001000101110000001110011111010100010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046045; }

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

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

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

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

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

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

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

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