Html Css Color HEX #01623F Watercourse

📋 copy color: '#01623F'

red 1 ◦ green 98 ◦ blue 63

#01623F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #01623F

Tints of Watercourse #01623F

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 value IS 0.99

 M value IS 0

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#01623F (or 0x01623F) is known color: 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

RGB 1 98 63 -
CMYK 0.99 0 0.36 0.62
HSL 158.35º 0.98% 0.19% -
HSV(B) 158.35º 0.99% 0.38% -
XYZ 5.28 9.1 6.18 -
YUV 65.01 126.86 82.35 -
System Red Green Blue C M Y K H S L
Decimal 1 98 63 0.99 0 0.36 0.62 158.35 0.98 0.19
Hex 1 62 3F 63 0 24 3E 9E 62 13
Octal 1 142 77 143 0 44 76 236 142 23
Binary 1 1100010 111111 1100011 0 100100 111110 10011110 1100010 10011

Color Harmonies of #01623F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01623F

Black with #01623F

Text Example


Text Example

White with #01623F

Text Example


Text Example

HTML Codes & Css Web 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>