Html Css Color HEX #016344 Watercourse

📋 copy color: '#016344'

red 1 ◦ green 99 ◦ blue 68

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

Shades of Watercourse #016344

Tints of Watercourse #016344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 40.48%

R = 0.6%
G = 58.93%
B = 40.48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.31

 K value IS 0.61

RGB Variations

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

Color information

#016344 (or 0x016344) is known color: Watercourse. HEX triplet: 01, 63 and 44. RGB value is (1,99,68). Sum of RGB (Red+Green+Blue) = 1+99+68=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 99 (39.06% from 255 or 58.93% from 168); Blue value is 68 (26.95% from 255 or 40.48% from 168); Max value from RGB is 99 - color contains mainly: green. Hex color #016344 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016344 is #FE9CBB. Grayscale: #424242. Windows color (decimal): -16686268 or 4481793. OLE color: 4481793.

HSL color Cylindrical-coordinate representation of color #016344: hue angle of 161.02º 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 #016344 is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB 1 99 68 -
CMYK 0.99 0 0.31 0.61
HSL 161.02º 0.98% 0.2% -
HSV(B) 161.02º 0.99% 0.39% -
XYZ 5.52 9.35 6.98 -
YUV 66.16 129.03 81.52 -
System Red Green Blue C M Y K H S L
Decimal 1 99 68 0.99 0 0.31 0.61 161.02 0.98 0.2
Hex 1 63 44 63 0 1F 3D A1 62 14
Octal 1 143 104 143 0 37 75 241 142 24
Binary 1 1100011 1000100 1100011 0 11111 111101 10100001 1100010 10100

Color Harmonies of #016344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016344

Black with #016344

Text Example


Text Example

White with #016344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016344; }

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

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

background-color css

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

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

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

border-color css

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

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

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