Html Css Color HEX #164613 Myrtle

📋 copy color: '#164613'

red 22 ◦ green 70 ◦ blue 19

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

Shades of Myrtle #164613

Tints of Myrtle #164613

RGB

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

 GREEN value IS 70 (27.73% from 255) = 63.06%

 BLUE value IS 19 (7.81% from 255) = 17.12%

R = 19.82%
G = 63.06%
B = 17.12%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.73

 K value IS 0.73

RGB Variations

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

Color information

#164613 (or 0x164613) is known color: Myrtle. HEX triplet: 16, 46 and 13. RGB value is (22,70,19). Sum of RGB (Red+Green+Blue) = 22+70+19=111 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.82% from 111); Green value is 70 (27.73% from 255 or 63.06% from 111); Blue value is 19 (7.81% from 255 or 17.12% from 111); Max value from RGB is 70 - color contains mainly: green. Hex color #164613 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164613 is #E9B9EC. Grayscale: #313131. Windows color (decimal): -15317485 or 1263126. OLE color: 1263126.

HSL color Cylindrical-coordinate representation of color #164613: hue angle of 116.47º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #164613 is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.73.

Color convert

RGB 22 70 19 -
CMYK 0.69 0 0.73 0.73
HSL 116.47º 0.57% 0.17% -
HSV(B) 116.47º 0.73% 0.27% -
XYZ 2.64 4.6 1.36 -
YUV 49.83 110.6 108.15 -
System Red Green Blue C M Y K H S L
Decimal 22 70 19 0.69 0 0.73 0.73 116.47 0.57 0.17
Hex 16 46 13 45 0 49 49 74 39 11
Octal 26 106 23 105 0 111 111 164 71 21
Binary 10110 1000110 10011 1000101 0 1001001 1001001 1110100 111001 10001

Color Harmonies of #164613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164613

Black with #164613

Text Example


Text Example

White with #164613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164613; }

 p { color: rgb(22,70,19); }

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

background-color css

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

 a { background-color: rgb(22,70,19); }

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

border-color css

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

 span { border-color: rgb(22,70,19); }

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