Html Css Color HEX #01654D Watercourse

📋 copy color: '#01654D'

red 1 ◦ green 101 ◦ blue 77

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

Shades of Watercourse #01654D

Tints of Watercourse #01654D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 56.42%

 BLUE value IS 77 (30.47% from 255) = 43.02%

R = 0.56%
G = 56.42%
B = 43.02%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.24

 K value IS 0.60

RGB Variations

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

Color information

#01654D (or 0x01654D) is known color: Watercourse. HEX triplet: 01, 65 and 4D. RGB value is (1,101,77). Sum of RGB (Red+Green+Blue) = 1+101+77=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 101 (39.84% from 255 or 56.42% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 101 - color contains mainly: green. Hex color #01654D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01654D is #FE9AB2. Grayscale: #444444. Windows color (decimal): -16685747 or 5072129. OLE color: 5072129.

HSL color Cylindrical-coordinate representation of color #01654D: hue angle of 165.6º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01654D is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 101 77 -
CMYK 0.99 0 0.24 0.60
HSL 165.6º 0.98% 0.2% -
HSV(B) 165.6º 0.99% 0.4% -
XYZ 6.01 9.85 8.61 -
YUV 68.36 132.87 79.95 -
System Red Green Blue C M Y K H S L
Decimal 1 101 77 0.99 0 0.24 0.60 165.6 0.98 0.2
Hex 1 65 4D 63 0 18 3C A6 62 14
Octal 1 145 115 143 0 30 74 246 142 24
Binary 1 1100101 1001101 1100011 0 11000 111100 10100110 1100010 10100

Color Harmonies of #01654D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01654D

Black with #01654D

Text Example


Text Example

White with #01654D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01654D; }

 p { color: rgb(1,101,77); }

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

background-color css

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

 a { background-color: rgb(1,101,77); }

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

border-color css

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

 span { border-color: rgb(1,101,77); }

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