Html Css Color HEX #016D52 Watercourse

📋 copy color: '#016D52'

red 1 ◦ green 109 ◦ blue 82

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

Shades of Watercourse #016D52

Tints of Watercourse #016D52

RGB

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

 GREEN value IS 109 (42.97% from 255) = 56.77%

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

R = 0.52%
G = 56.77%
B = 42.71%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.25

 K value IS 0.57

RGB Variations

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

Color information

#016D52 (or 0x016D52) is known color: Watercourse. HEX triplet: 01, 6D and 52. RGB value is (1,109,82). Sum of RGB (Red+Green+Blue) = 1+109+82=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 109 (42.97% from 255 or 56.77% from 192); Blue value is 82 (32.42% from 255 or 42.71% from 192); Max value from RGB is 109 - color contains mainly: green. Hex color #016D52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016D52 is #FE92AD. Grayscale: #494949. Windows color (decimal): -16683694 or 5401857. OLE color: 5401857.

HSL color Cylindrical-coordinate representation of color #016D52: hue angle of 165º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016D52 is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 109 82 -
CMYK 0.99 0 0.25 0.57
HSL 165º 0.98% 0.22% -
HSV(B) 165º 0.99% 0.43% -
XYZ 7 11.55 9.84 -
YUV 73.63 132.72 76.2 -
System Red Green Blue C M Y K H S L
Decimal 1 109 82 0.99 0 0.25 0.57 165 0.98 0.22
Hex 1 6D 52 63 0 19 39 A5 62 16
Octal 1 155 122 143 0 31 71 245 142 26
Binary 1 1101101 1010010 1100011 0 11001 111001 10100101 1100010 10110

Color Harmonies of #016D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016D52

Black with #016D52

Text Example


Text Example

White with #016D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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