#00613E

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

Shades of Watercourse #00613E

Tints of Watercourse #00613E

Color information

#00613E (or 0x00613E) is unknown color: approx Watercourse. HEX triplet: 00, 61 and 3E. RGB value is (0,97,62). Sum of RGB (Red+Green+Blue) = 0+97+62=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 97 (38.28% from 255 or 61.01% from 159); Blue value is 62 (24.61% from 255 or 38.99% from 159); Max value from RGB is 97 - color contains mainly: green. Hex color #00613E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00613E is #FF9EC1. Grayscale: #404040. Windows color (decimal): -16752322 or 4088064. OLE color: 4088064.

HSL color Cylindrical-coordinate representation of color #00613E: hue angle of 158.35º 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 #00613E is Cyan = 1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB09762-
CMYK100.360.62
HSL158.35º100%19.02%-
HSV(B)158.35º100%38.04%-
XYZ5.148.96-
YUV64.01126.8682.35-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 97 (38.28% from 255) = 61.01%
BLUE value IS 62 (24.61% from 255) = 38.99%
R=0%
G=61.01%
B=38.99%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09762100.360.62158.3510019.02
Hex0613E640243E9e6413
Octal0141761440447623614423
Binary011000011111101100100010010011111010011110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00613E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00613E; }

 p { color: rgb(0,97,62); }

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

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

 a { background-color: rgb(0,97,62); }

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

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

 span { border-color: rgb(0,97,62); }

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