Html Css Color HEX #016452 Watercourse

📋 copy color: '#016452'

red 1 ◦ green 100 ◦ blue 82

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

Shades of Watercourse #016452

Tints of Watercourse #016452

RGB

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

 GREEN value IS 100 (39.45% from 255) = 54.64%

 BLUE value IS 82 (32.42% from 255) = 44.81%

R = 0.55%
G = 54.64%
B = 44.81%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.18

 K value IS 0.61

RGB Variations

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

Color information

#016452 (or 0x016452) is known color: Watercourse. HEX triplet: 01, 64 and 52. RGB value is (1,100,82). Sum of RGB (Red+Green+Blue) = 1+100+82=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 100 (39.45% from 255 or 54.64% from 183); Blue value is 82 (32.42% from 255 or 44.81% from 183); Max value from RGB is 100 - color contains mainly: green. Hex color #016452 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016452 is #FE9BAD. Grayscale: #444444. Windows color (decimal): -16685998 or 5399553. OLE color: 5399553.

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

Color convert

RGB 1 100 82 -
CMYK 0.99 0 0.18 0.61
HSL 169.09º 0.98% 0.2% -
HSV(B) 169.09º 0.99% 0.39% -
XYZ 6.09 9.73 9.54 -
YUV 68.35 135.7 79.96 -
System Red Green Blue C M Y K H S L
Decimal 1 100 82 0.99 0 0.18 0.61 169.09 0.98 0.2
Hex 1 64 52 63 0 12 3D A9 62 14
Octal 1 144 122 143 0 22 75 251 142 24
Binary 1 1100100 1010010 1100011 0 10010 111101 10101001 1100010 10100

Color Harmonies of #016452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016452

Black with #016452

Text Example


Text Example

White with #016452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016452; }

 p { color: rgb(1,100,82); }

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

background-color css

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

 a { background-color: rgb(1,100,82); }

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

border-color css

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

 span { border-color: rgb(1,100,82); }

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