#006245

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

Shades of Watercourse #006245

Tints of Watercourse #006245

Color information

#006245 (or 0x006245) is unknown color: approx Watercourse. HEX triplet: 00, 62 and 45. RGB value is (0,98,69). Sum of RGB (Red+Green+Blue) = 0+98+69=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 98 (38.67% from 255 or 58.68% from 167); Blue value is 69 (27.34% from 255 or 41.32% from 167); Max value from RGB is 98 - color contains mainly: green. Hex color #006245 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006245 is #FF9DBA. Grayscale: #414141. Windows color (decimal): -16752059 or 4547072. OLE color: 4547072.

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

Color convert

RGB09869-
CMYK100.300.62
HSL162.24º100%19.22%-
HSV(B)162.24º100%38.43%-
XYZ5.449.177.11-
YUV65.39130.0381.36-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 98 (38.67% from 255) = 58.68%
BLUE value IS 69 (27.34% from 255) = 41.32%
R=0%
G=58.68%
B=41.32%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09869100.300.62162.2410019.22
Hex062456401E3Ea26413
Octal01421051440367624214423
Binary011000101000101110010001111011111010100010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006245; }

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

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

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

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

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

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

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

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