Html Css Color HEX #01624C Watercourse

📋 copy color: '#01624C'

red 1 ◦ green 98 ◦ blue 76

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

Shades of Watercourse #01624C

Tints of Watercourse #01624C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 43.43%

R = 0.57%
G = 56%
B = 43.43%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#01624C (or 0x01624C) is known color: Watercourse. HEX triplet: 01, 62 and 4C. RGB value is (1,98,76). Sum of RGB (Red+Green+Blue) = 1+98+76=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 98 (38.67% from 255 or 56% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 98 - color contains mainly: green. Hex color #01624C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01624C is #FE9DB3. Grayscale: #424242. Windows color (decimal): -16686516 or 5005825. OLE color: 5005825.

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

Color convert

RGB 1 98 76 -
CMYK 0.99 0 0.22 0.62
HSL 166.39º 0.98% 0.19% -
HSV(B) 166.39º 0.99% 0.38% -
XYZ 5.68 9.26 8.33 -
YUV 66.49 133.36 81.29 -
System Red Green Blue C M Y K H S L
Decimal 1 98 76 0.99 0 0.22 0.62 166.39 0.98 0.19
Hex 1 62 4C 63 0 16 3E A6 62 13
Octal 1 142 114 143 0 26 76 246 142 23
Binary 1 1100010 1001100 1100011 0 10110 111110 10100110 1100010 10011

Color Harmonies of #01624C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01624C

Black with #01624C

Text Example


Text Example

White with #01624C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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