Html Css Color HEX #016345 Watercourse

📋 copy color: '#016345'

red 1 ◦ green 99 ◦ blue 69

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

Shades of Watercourse #016345

Tints of Watercourse #016345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 40.83%

R = 0.59%
G = 58.58%
B = 40.83%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.30

 K value IS 0.61

RGB Variations

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

Color information

#016345 (or 0x016345) is known color: Watercourse. HEX triplet: 01, 63 and 45. RGB value is (1,99,69). Sum of RGB (Red+Green+Blue) = 1+99+69=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 99 (39.06% from 255 or 58.58% from 169); Blue value is 69 (27.34% from 255 or 40.83% from 169); Max value from RGB is 99 - color contains mainly: green. Hex color #016345 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016345 is #FE9CBA. Grayscale: #424242. Windows color (decimal): -16686267 or 4547329. OLE color: 4547329.

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

Color convert

RGB 1 99 69 -
CMYK 0.99 0 0.30 0.61
HSL 161.63º 0.98% 0.2% -
HSV(B) 161.63º 0.99% 0.39% -
XYZ 5.55 9.36 7.14 -
YUV 66.28 129.53 81.44 -
System Red Green Blue C M Y K H S L
Decimal 1 99 69 0.99 0 0.30 0.61 161.63 0.98 0.2
Hex 1 63 45 63 0 1E 3D A2 62 14
Octal 1 143 105 143 0 36 75 242 142 24
Binary 1 1100011 1000101 1100011 0 11110 111101 10100010 1100010 10100

Color Harmonies of #016345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016345

Black with #016345

Text Example


Text Example

White with #016345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016345; }

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

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

background-color css

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

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

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

border-color css

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

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

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