Html Css Color HEX #01613F Watercourse

📋 copy color: '#01613F'

red 1 ◦ green 97 ◦ blue 63

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

Shades of Watercourse #01613F

Tints of Watercourse #01613F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 60.25%

 BLUE value IS 63 (25% from 255) = 39.13%

R = 0.62%
G = 60.25%
B = 39.13%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#01613F (or 0x01613F) is known color: Watercourse. HEX triplet: 01, 61 and 3F. RGB value is (1,97,63). Sum of RGB (Red+Green+Blue) = 1+97+63=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 97 (38.28% from 255 or 60.25% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 97 - color contains mainly: green. Hex color #01613F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01613F is #FE9EC0. Grayscale: #404040. Windows color (decimal): -16686785 or 4153601. OLE color: 4153601.

HSL color Cylindrical-coordinate representation of color #01613F: hue angle of 158.75º 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 #01613F is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 97 63 -
CMYK 0.99 0 0.35 0.62
HSL 158.75º 0.98% 0.19% -
HSV(B) 158.75º 0.99% 0.38% -
XYZ 5.18 8.91 6.15 -
YUV 64.42 127.2 82.76 -
System Red Green Blue C M Y K H S L
Decimal 1 97 63 0.99 0 0.35 0.62 158.75 0.98 0.19
Hex 1 61 3F 63 0 23 3E 9F 62 13
Octal 1 141 77 143 0 43 76 237 142 23
Binary 1 1100001 111111 1100011 0 100011 111110 10011111 1100010 10011

Color Harmonies of #01613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01613F

Black with #01613F

Text Example


Text Example

White with #01613F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01613F; }

 p { color: rgb(1,97,63); }

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

background-color css

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

 a { background-color: rgb(1,97,63); }

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

border-color css

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

 span { border-color: rgb(1,97,63); }

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