Html Css Color HEX #016343 Watercourse

📋 copy color: '#016343'

red 1 ◦ green 99 ◦ blue 67

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

Shades of Watercourse #016343

Tints of Watercourse #016343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 40.12%

R = 0.6%
G = 59.28%
B = 40.12%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.61

RGB Variations

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

Color information

#016343 (or 0x016343) is known color: Watercourse. HEX triplet: 01, 63 and 43. RGB value is (1,99,67). Sum of RGB (Red+Green+Blue) = 1+99+67=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 99 (39.06% from 255 or 59.28% from 167); Blue value is 67 (26.56% from 255 or 40.12% from 167); Max value from RGB is 99 - color contains mainly: green. Hex color #016343 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016343 is #FE9CBC. Grayscale: #424242. Windows color (decimal): -16686269 or 4416257. OLE color: 4416257.

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

Color convert

RGB 1 99 67 -
CMYK 0.99 0 0.32 0.61
HSL 160.41º 0.98% 0.2% -
HSV(B) 160.41º 0.99% 0.39% -
XYZ 5.49 9.34 6.82 -
YUV 66.05 128.53 81.6 -
System Red Green Blue C M Y K H S L
Decimal 1 99 67 0.99 0 0.32 0.61 160.41 0.98 0.2
Hex 1 63 43 63 0 20 3D A0 62 14
Octal 1 143 103 143 0 40 75 240 142 24
Binary 1 1100011 1000011 1100011 0 100000 111101 10100000 1100010 10100

Color Harmonies of #016343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016343

Black with #016343

Text Example


Text Example

White with #016343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016343; }

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

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

background-color css

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

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

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

border-color css

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

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

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