#007045

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

Shades of Watercourse #007045

Tints of Watercourse #007045

Color information

#007045 (or 0x007045) is unknown color: approx Watercourse. HEX triplet: 00, 70 and 45. RGB value is (0,112,69). Sum of RGB (Red+Green+Blue) = 0+112+69=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 112 (44.14% from 255 or 61.88% from 181); Blue value is 69 (27.34% from 255 or 38.12% from 181); Max value from RGB is 112 - color contains mainly: green. Hex color #007045 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007045 is #FF8FBA. Grayscale: #494949. Windows color (decimal): -16748475 or 4550656. OLE color: 4550656.

HSL color Cylindrical-coordinate representation of color #007045: hue angle of 156.96º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007045 is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB011269-
CMYK100.380.56
HSL156.96º100%21.96%-
HSV(B)156.96º100%43.92%-
XYZ6.8712.027.59-
YUV73.61125.3975.5-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 112 (44.14% from 255) = 61.88%
BLUE value IS 69 (27.34% from 255) = 38.12%
R=0%
G=61.88%
B=38.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal011269100.380.56156.9610021.96
Hex0704564026389d6416
Octal01601051440467023514426
Binary0111000010001011100100010011011100010011101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007045; }

 p { color: rgb(0,112,69); }

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

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

 a { background-color: rgb(0,112,69); }

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

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

 span { border-color: rgb(0,112,69); }

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