#00734E

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

Shades of Watercourse #00734E

Tints of Watercourse #00734E

Color information

#00734E (or 0x00734E) is unknown color: approx Watercourse. HEX triplet: 00, 73 and 4E. RGB value is (0,115,78). Sum of RGB (Red+Green+Blue) = 0+115+78=193 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 193); Green value is 115 (45.31% from 255 or 59.59% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 115 - color contains mainly: green. Hex color #00734E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00734E is #FF8CB1. Grayscale: #4C4C4C. Windows color (decimal): -16747698 or 5141248. OLE color: 5141248.

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

Color convert

RGB011578-
CMYK100.320.55
HSL160.7º100%22.55%-
HSV(B)160.7º100%45.1%-
XYZ7.5112.819.28-
YUV76.4128.973.51-

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) = 59.59%
BLUE value IS 78 (30.86% from 255) = 40.41%
R=0%
G=59.59%
B=40.41%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal011578100.320.55160.710022.55
Hex0734E6402037a16417
Octal01631161440406724114427
Binary0111001110011101100100010000011011110100001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00734E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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