#00634E

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

Shades of Watercourse #00634E

Tints of Watercourse #00634E

Color information

#00634E (or 0x00634E) is unknown color: approx Watercourse. HEX triplet: 00, 63 and 4E. RGB value is (0,99,78). Sum of RGB (Red+Green+Blue) = 0+99+78=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 99 (39.06% from 255 or 55.93% from 177); Blue value is 78 (30.86% from 255 or 44.07% from 177); Max value from RGB is 99 - color contains mainly: green. Hex color #00634E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00634E is #FF9CB1. Grayscale: #424242. Windows color (decimal): -16751794 or 5137152. OLE color: 5137152.

HSL color Cylindrical-coordinate representation of color #00634E: hue angle of 167.27º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00634E is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB09978-
CMYK100.210.61
HSL167.27º100%19.41%-
HSV(B)167.27º100%38.82%-
XYZ5.849.478.73-
YUV67134.280.21-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 99 (39.06% from 255) = 55.93%
BLUE value IS 78 (30.86% from 255) = 44.07%
R=0%
G=55.93%
B=44.07%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal09978100.210.61167.2710019.41
Hex0634E640153Da76413
Octal01431161440257524714423
Binary011000111001110110010001010111110110100111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00634E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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