Html Css Color HEX #164401 Myrtle

📋 copy color: '#164401'

red 22 ◦ green 68 ◦ blue 1

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

Shades of Myrtle #164401

Tints of Myrtle #164401

RGB

 RED value IS 22 (8.98% from 255) = 24.18%

 GREEN value IS 68 (26.95% from 255) = 74.73%

 BLUE value IS 1 (0.78% from 255) = 1.1%

R = 24.18%
G = 74.73%
B = 1.1%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#164401 (or 0x164401) is known color: Myrtle. HEX triplet: 16, 44 and 01. RGB value is (22,68,1). Sum of RGB (Red+Green+Blue) = 22+68+1=91 (12% of max value = 765). Red value is 22 (8.98% from 255 or 24.18% from 91); Green value is 68 (26.95% from 255 or 74.73% from 91); Blue value is 1 (0.78% from 255 or 1.10% from 91); Max value from RGB is 68 - color contains mainly: green. Hex color #164401 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164401 is #E9BBFE. Grayscale: #2E2E2E. Windows color (decimal): -15318015 or 82966. OLE color: 82966.

HSL color Cylindrical-coordinate representation of color #164401: hue angle of 101.19º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #164401 is Cyan = 0.68, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB 22 68 1 -
CMYK 0.68 0 0.99 0.73
HSL 101.19º 0.97% 0.14% -
HSV(B) 101.19º 0.99% 0.27% -
XYZ 2.4 4.31 0.73 -
YUV 46.61 102.26 110.45 -
System Red Green Blue C M Y K H S L
Decimal 22 68 1 0.68 0 0.99 0.73 101.19 0.97 0.14
Hex 16 44 1 44 0 63 49 65 61 E
Octal 26 104 1 104 0 143 111 145 141 16
Binary 10110 1000100 1 1000100 0 1100011 1001001 1100101 1100001 1110

Color Harmonies of #164401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164401

Black with #164401

Text Example


Text Example

White with #164401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164401; }

 p { color: rgb(22,68,1); }

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

background-color css

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

 a { background-color: rgb(22,68,1); }

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

border-color css

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

 span { border-color: rgb(22,68,1); }

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