#01634F

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

Shades of Watercourse #01634F

Tints of Watercourse #01634F

Color information

#01634F (or 0x01634F) is unknown color: approx Watercourse. HEX triplet: 01, 63 and 4F. RGB value is (1,99,79). Sum of RGB (Red+Green+Blue) = 1+99+79=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 99 (39.06% from 255 or 55.31% from 179); Blue value is 79 (31.25% from 255 or 44.13% from 179); Max value from RGB is 99 - color contains mainly: green. Hex color #01634F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01634F is #FE9CB0. Grayscale: #434343. Windows color (decimal): -16686257 or 5202689. OLE color: 5202689.

HSL color Cylindrical-coordinate representation of color #01634F: hue angle of 167.76º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01634F is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB19979-
CMYK0.9900.200.61
HSL167.76º98%19.61%-
HSV(B)167.76º98.99%38.82%-
XYZ5.899.498.92-
YUV67.42134.5380.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 99 (39.06% from 255) = 55.31%
BLUE value IS 79 (31.25% from 255) = 44.13%
R=0.56%
G=55.31%
B=44.13%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal199790.9900.200.61167.769819.61
Hex1634F630143Da86214
Octal11431171430247525014224
Binary111000111001111110001101010011110110101000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01634F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01634F; }

 p { color: rgb(1,99,79); }

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

<style>
 a { background-color: #01634F; }

 a { background-color: rgb(1,99,79); }

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

<style>
 span { border-color: #01634F; }

 span { border-color: rgb(1,99,79); }

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