#01623F

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

Shades of Watercourse #01623F

Tints of Watercourse #01623F

Color information

#01623F (or 0x01623F) is unknown color: approx Watercourse. HEX triplet: 01, 62 and 3F. RGB value is (1,98,63). Sum of RGB (Red+Green+Blue) = 1+98+63=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 98 (38.67% from 255 or 60.49% from 162); Blue value is 63 (25% from 255 or 38.89% from 162); Max value from RGB is 98 - color contains mainly: green. Hex color #01623F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01623F is #FE9DC0. Grayscale: #414141. Windows color (decimal): -16686529 or 4153857. OLE color: 4153857.

HSL color Cylindrical-coordinate representation of color #01623F: hue angle of 158.35º 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 #01623F is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB19863-
CMYK0.9900.360.62
HSL158.35º97.98%19.41%-
HSV(B)158.35º98.98%38.43%-
XYZ5.289.16.18-
YUV65.01126.8682.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 98 (38.67% from 255) = 60.49%
BLUE value IS 63 (25% from 255) = 38.89%
R=0.62%
G=60.49%
B=38.89%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal198630.9900.360.62158.3597.9819.41
Hex1623F630243E9e6213
Octal1142771430447623614223
Binary111000101111111100011010010011111010011110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01623F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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