Html Css Color HEX #164113 Myrtle

📋 copy color: '#164113'

red 22 ◦ green 65 ◦ blue 19

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

Shades of Myrtle #164113

Tints of Myrtle #164113

RGB

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

 GREEN value IS 65 (25.78% from 255) = 61.32%

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

R = 20.75%
G = 61.32%
B = 17.92%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#164113 (or 0x164113) is known color: Myrtle. HEX triplet: 16, 41 and 13. RGB value is (22,65,19). Sum of RGB (Red+Green+Blue) = 22+65+19=106 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.75% from 106); Green value is 65 (25.78% from 255 or 61.32% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 65 - color contains mainly: green. Hex color #164113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164113 is #E9BEEC. Grayscale: #2F2F2F. Windows color (decimal): -15318765 or 1261846. OLE color: 1261846.

HSL color Cylindrical-coordinate representation of color #164113: hue angle of 116.09º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #164113 is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.

Color convert

RGB 22 65 19 -
CMYK 0.66 0 0.71 0.75
HSL 116.09º 0.55% 0.16% -
HSV(B) 116.09º 0.71% 0.25% -
XYZ 2.34 4 1.26 -
YUV 46.9 112.25 110.24 -
System Red Green Blue C M Y K H S L
Decimal 22 65 19 0.66 0 0.71 0.75 116.09 0.55 0.16
Hex 16 41 13 42 0 47 4B 74 37 10
Octal 26 101 23 102 0 107 113 164 67 20
Binary 10110 1000001 10011 1000010 0 1000111 1001011 1110100 110111 10000

Color Harmonies of #164113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164113

Black with #164113

Text Example


Text Example

White with #164113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164113; }

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

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

background-color css

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

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

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

border-color css

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

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

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