Html Css Color HEX #01624D Watercourse

📋 copy color: '#01624D'

red 1 ◦ green 98 ◦ blue 77

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

Shades of Watercourse #01624D

Tints of Watercourse #01624D

RGB

 RED value IS 1 (0.78% from 255) = 0.57%

 GREEN value IS 98 (38.67% from 255) = 55.68%

 BLUE value IS 77 (30.47% from 255) = 43.75%

R = 0.57%
G = 55.68%
B = 43.75%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#01624D (or 0x01624D) is known color: Watercourse. HEX triplet: 01, 62 and 4D. RGB value is (1,98,77). Sum of RGB (Red+Green+Blue) = 1+98+77=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 98 (38.67% from 255 or 55.68% from 176); Blue value is 77 (30.47% from 255 or 43.75% from 176); Max value from RGB is 98 - color contains mainly: green. Hex color #01624D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01624D is #FE9DB2. Grayscale: #424242. Windows color (decimal): -16686515 or 5071361. OLE color: 5071361.

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

Color convert

RGB 1 98 77 -
CMYK 0.99 0 0.21 0.62
HSL 167.01º 0.98% 0.19% -
HSV(B) 167.01º 0.99% 0.38% -
XYZ 5.72 9.28 8.51 -
YUV 66.6 133.86 81.21 -
System Red Green Blue C M Y K H S L
Decimal 1 98 77 0.99 0 0.21 0.62 167.01 0.98 0.19
Hex 1 62 4D 63 0 15 3E A7 62 13
Octal 1 142 115 143 0 25 76 247 142 23
Binary 1 1100010 1001101 1100011 0 10101 111110 10100111 1100010 10011

Color Harmonies of #01624D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01624D

Black with #01624D

Text Example


Text Example

White with #01624D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01624D;
 }
 .AnyTagClassName
 {
   color: #01624D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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