#007346

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

Shades of Watercourse #007346

Tints of Watercourse #007346

Color information

#007346 (or 0x007346) is unknown color: approx Watercourse. HEX triplet: 00, 73 and 46. RGB value is (0,115,70). Sum of RGB (Red+Green+Blue) = 0+115+70=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 115 (45.31% from 255 or 62.16% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 115 - color contains mainly: green. Hex color #007346 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007346 is #FF8CB9. Grayscale: #4B4B4B. Windows color (decimal): -16747706 or 4616960. OLE color: 4616960.

HSL color Cylindrical-coordinate representation of color #007346: hue angle of 156.52º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007346 is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB011570-
CMYK100.390.55
HSL156.52º100%22.55%-
HSV(B)156.52º100%45.1%-
XYZ7.2412.77.87-
YUV75.48124.974.16-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 115 (45.31% from 255) = 62.16%
BLUE value IS 70 (27.73% from 255) = 37.84%
R=0%
G=62.16%
B=37.84%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal011570100.390.55156.5210022.55
Hex0734664027379d6417
Octal01631061440476723514427
Binary0111001110001101100100010011111011110011101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007346; }

 p { color: rgb(0,115,70); }

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

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

 a { background-color: rgb(0,115,70); }

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

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

 span { border-color: rgb(0,115,70); }

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