#01624A

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

Shades of Watercourse #01624A

Tints of Watercourse #01624A

Color information

#01624A (or 0x01624A) is unknown color: approx Watercourse. HEX triplet: 01, 62 and 4A. RGB value is (1,98,74). Sum of RGB (Red+Green+Blue) = 1+98+74=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 98 (38.67% from 255 or 56.65% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 98 - color contains mainly: green. Hex color #01624A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01624A is #FE9DB5. Grayscale: #424242. Windows color (decimal): -16686518 or 4874753. OLE color: 4874753.

HSL color Cylindrical-coordinate representation of color #01624A: hue angle of 165.15º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01624A is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB19874-
CMYK0.9900.240.62
HSL165.15º97.98%19.41%-
HSV(B)165.15º98.98%38.43%-
XYZ5.629.247.97-
YUV66.26132.3681.45-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.58%
GREEN value IS 98 (38.67% from 255) = 56.65%
BLUE value IS 74 (29.30% from 255) = 42.77%
R=0.58%
G=56.65%
B=42.77%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal198740.9900.240.62165.1597.9819.41
Hex1624A630183Ea56213
Octal11421121430307624514223
Binary111000101001010110001101100011111010100101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01624A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01624A; }

 p { color: rgb(1,98,74); }

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

<style>
 a { background-color: #01624A; }

 a { background-color: rgb(1,98,74); }

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

<style>
 span { border-color: #01624A; }

 span { border-color: rgb(1,98,74); }

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