Html Css Color HEX #016341 Watercourse

📋 copy color: '#016341'

red 1 ◦ green 99 ◦ blue 65

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

Shades of Watercourse #016341

Tints of Watercourse #016341

RGB

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

 GREEN value IS 99 (39.06% from 255) = 60%

 BLUE value IS 65 (25.78% from 255) = 39.39%

R = 0.61%
G = 60%
B = 39.39%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.34

 K value IS 0.61

RGB Variations

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

Color information

#016341 (or 0x016341) is known color: Watercourse. HEX triplet: 01, 63 and 41. RGB value is (1,99,65). Sum of RGB (Red+Green+Blue) = 1+99+65=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 99 (39.06% from 255 or 60% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 99 - color contains mainly: green. Hex color #016341 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016341 is #FE9CBE. Grayscale: #414141. Windows color (decimal): -16686271 or 4285185. OLE color: 4285185.

HSL color Cylindrical-coordinate representation of color #016341: hue angle of 159.18º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016341 is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.61.

Color convert

RGB 1 99 65 -
CMYK 0.99 0 0.34 0.61
HSL 159.18º 0.98% 0.2% -
HSV(B) 159.18º 0.99% 0.39% -
XYZ 5.43 9.31 6.51 -
YUV 65.82 127.53 81.76 -
System Red Green Blue C M Y K H S L
Decimal 1 99 65 0.99 0 0.34 0.61 159.18 0.98 0.2
Hex 1 63 41 63 0 22 3D 9F 62 14
Octal 1 143 101 143 0 42 75 237 142 24
Binary 1 1100011 1000001 1100011 0 100010 111101 10011111 1100010 10100

Color Harmonies of #016341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016341

Black with #016341

Text Example


Text Example

White with #016341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016341; }

 p { color: rgb(1,99,65); }

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

background-color css

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

 a { background-color: rgb(1,99,65); }

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

border-color css

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

 span { border-color: rgb(1,99,65); }

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