#00734B

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

Shades of Watercourse #00734B

Tints of Watercourse #00734B

Color information

#00734B (or 0x00734B) is unknown color: approx Watercourse. HEX triplet: 00, 73 and 4B. RGB value is (0,115,75). Sum of RGB (Red+Green+Blue) = 0+115+75=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 115 (45.31% from 255 or 60.53% from 190); Blue value is 75 (29.69% from 255 or 39.47% from 190); Max value from RGB is 115 - color contains mainly: green. Hex color #00734B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00734B is #FF8CB4. Grayscale: #4C4C4C. Windows color (decimal): -16747701 or 4944640. OLE color: 4944640.

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

Color convert

RGB011575-
CMYK100.350.55
HSL159.13º100%22.55%-
HSV(B)159.13º100%45.1%-
XYZ7.412.778.73-
YUV76.05127.473.75-

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) = 60.53%
BLUE value IS 75 (29.69% from 255) = 39.47%
R=0%
G=60.53%
B=39.47%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal011575100.350.55159.1310022.55
Hex0734B64023379f6417
Octal01631131440436723714427
Binary0111001110010111100100010001111011110011111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00734B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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