Html Css Color HEX #01624A Watercourse

📋 copy color: '#01624A'

red 1 ◦ green 98 ◦ blue 74

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

Shades of Watercourse #01624A

Tints of Watercourse #01624A

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.3% from 255) = 42.77%

R = 0.58%
G = 56.65%
B = 42.77%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#01624A (or 0x01624A) is known color: 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

RGB 1 98 74 -
CMYK 0.99 0 0.24 0.62
HSL 165.15º 0.98% 0.19% -
HSV(B) 165.15º 0.99% 0.38% -
XYZ 5.62 9.24 7.97 -
YUV 66.26 132.36 81.45 -
System Red Green Blue C M Y K H S L
Decimal 1 98 74 0.99 0 0.24 0.62 165.15 0.98 0.19
Hex 1 62 4A 63 0 18 3E A5 62 13
Octal 1 142 112 143 0 30 76 245 142 23
Binary 1 1100010 1001010 1100011 0 11000 111110 10100101 1100010 10011

Color Harmonies of #01624A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01624A

Black with #01624A

Text Example


Text Example

White with #01624A

Text Example


Text Example

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