Html Css Color HEX #016245 Watercourse

📋 copy color: '#016245'

red 1 ◦ green 98 ◦ blue 69

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

Shades of Watercourse #016245

Tints of Watercourse #016245

RGB

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

 GREEN value IS 98 (38.67% from 255) = 58.33%

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

R = 0.6%
G = 58.33%
B = 41.07%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#016245 (or 0x016245) is known color: Watercourse. HEX triplet: 01, 62 and 45. RGB value is (1,98,69). Sum of RGB (Red+Green+Blue) = 1+98+69=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 98 (38.67% from 255 or 58.33% from 168); Blue value is 69 (27.34% from 255 or 41.07% from 168); Max value from RGB is 98 - color contains mainly: green. Hex color #016245 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016245 is #FE9DBA. Grayscale: #414141. Windows color (decimal): -16686523 or 4547073. OLE color: 4547073.

HSL color Cylindrical-coordinate representation of color #016245: hue angle of 162.06º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016245 is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 98 69 -
CMYK 0.99 0 0.30 0.62
HSL 162.06º 0.98% 0.19% -
HSV(B) 162.06º 0.99% 0.38% -
XYZ 5.45 9.17 7.11 -
YUV 65.69 129.86 81.86 -
System Red Green Blue C M Y K H S L
Decimal 1 98 69 0.99 0 0.30 0.62 162.06 0.98 0.19
Hex 1 62 45 63 0 1E 3E A2 62 13
Octal 1 142 105 143 0 36 76 242 142 23
Binary 1 1100010 1000101 1100011 0 11110 111110 10100010 1100010 10011

Color Harmonies of #016245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016245

Black with #016245

Text Example


Text Example

White with #016245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016245; }

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

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

background-color css

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

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

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

border-color css

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

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

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