Html Css Color HEX #01604A Watercourse

📋 copy color: '#01604A'

red 1 ◦ green 96 ◦ blue 74

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

Shades of Watercourse #01604A

Tints of Watercourse #01604A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 56.14%

 BLUE value IS 74 (29.3% from 255) = 43.27%

R = 0.58%
G = 56.14%
B = 43.27%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#01604A (or 0x01604A) is known color: Watercourse. HEX triplet: 01, 60 and 4A. RGB value is (1,96,74). Sum of RGB (Red+Green+Blue) = 1+96+74=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 96 (37.89% from 255 or 56.14% from 171); Blue value is 74 (29.30% from 255 or 43.27% from 171); Max value from RGB is 96 - color contains mainly: green. Hex color #01604A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01604A is #FE9FB5. Grayscale: #414141. Windows color (decimal): -16687030 or 4874241. OLE color: 4874241.

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

Color convert

RGB 1 96 74 -
CMYK 0.99 0 0.23 0.62
HSL 166.11º 0.98% 0.19% -
HSV(B) 166.11º 0.99% 0.38% -
XYZ 5.43 8.87 7.9 -
YUV 65.09 133.03 82.29 -
System Red Green Blue C M Y K H S L
Decimal 1 96 74 0.99 0 0.23 0.62 166.11 0.98 0.19
Hex 1 60 4A 63 0 17 3E A6 62 13
Octal 1 140 112 143 0 27 76 246 142 23
Binary 1 1100000 1001010 1100011 0 10111 111110 10100110 1100010 10011

Color Harmonies of #01604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01604A

Black with #01604A

Text Example


Text Example

White with #01604A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01604A; }

 p { color: rgb(1,96,74); }

 H1.HeaderClassName
 {
   color: #01604A;
 }
 .AnyTagClassName
 {
   color: #01604A;
 }
</style>

background-color css

<style>
 a { background-color: #01604A; }

 a { background-color: rgb(1,96,74); }

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

border-color css

<style>
 span { border-color: #01604A; }

 span { border-color: rgb(1,96,74); }

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