Html Css Color HEX #164914 Myrtle

📋 copy color: '#164914'

red 22 ◦ green 73 ◦ blue 20

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

Shades of Myrtle #164914

Tints of Myrtle #164914

RGB

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

 GREEN value IS 73 (28.91% from 255) = 63.48%

 BLUE value IS 20 (8.2% from 255) = 17.39%

R = 19.13%
G = 63.48%
B = 17.39%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#164914 (or 0x164914) is known color: Myrtle. HEX triplet: 16, 49 and 14. RGB value is (22,73,20). Sum of RGB (Red+Green+Blue) = 22+73+20=115 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.13% from 115); Green value is 73 (28.91% from 255 or 63.48% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 73 - color contains mainly: green. Hex color #164914 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164914 is #E9B6EB. Grayscale: #333333. Windows color (decimal): -15316716 or 1329430. OLE color: 1329430.

HSL color Cylindrical-coordinate representation of color #164914: hue angle of 117.74º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #164914 is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB 22 73 20 -
CMYK 0.70 0 0.73 0.71
HSL 117.74º 0.57% 0.18% -
HSV(B) 117.74º 0.73% 0.29% -
XYZ 2.84 4.99 1.47 -
YUV 51.71 110.1 106.81 -
System Red Green Blue C M Y K H S L
Decimal 22 73 20 0.70 0 0.73 0.71 117.74 0.57 0.18
Hex 16 49 14 46 0 49 47 76 39 12
Octal 26 111 24 106 0 111 107 166 71 22
Binary 10110 1001001 10100 1000110 0 1001001 1000111 1110110 111001 10010

Color Harmonies of #164914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164914

Black with #164914

Text Example


Text Example

White with #164914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164914; }

 p { color: rgb(22,73,20); }

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

background-color css

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

 a { background-color: rgb(22,73,20); }

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

border-color css

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

 span { border-color: rgb(22,73,20); }

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