#00604E

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

Shades of Watercourse #00604E

Tints of Watercourse #00604E

Color information

#00604E (or 0x00604E) is unknown color: approx Watercourse. HEX triplet: 00, 60 and 4E. RGB value is (0,96,78). Sum of RGB (Red+Green+Blue) = 0+96+78=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 96 (37.89% from 255 or 55.17% from 174); Blue value is 78 (30.86% from 255 or 44.83% from 174); Max value from RGB is 96 - color contains mainly: green. Hex color #00604E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00604E is #FF9FB1. Grayscale: #414141. Windows color (decimal): -16752562 or 5136384. OLE color: 5136384.

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

Color convert

RGB09678-
CMYK100.190.62
HSL168.75º100%18.82%-
HSV(B)168.75º100%37.65%-
XYZ5.568.928.64-
YUV65.24135.281.46-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 96 (37.89% from 255) = 55.17%
BLUE value IS 78 (30.86% from 255) = 44.83%
R=0%
G=55.17%
B=44.83%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09678100.190.62168.7510018.82
Hex0604E640133Ea96413
Octal01401161440237625114423
Binary011000001001110110010001001111111010101001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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