Html Css Color HEX #164513 Myrtle

📋 copy color: '#164513'

red 22 ◦ green 69 ◦ blue 19

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

Shades of Myrtle #164513

Tints of Myrtle #164513

RGB

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

 GREEN value IS 69 (27.34% from 255) = 62.73%

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

R = 20%
G = 62.73%
B = 17.27%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#164513 (or 0x164513) is known color: Myrtle. HEX triplet: 16, 45 and 13. RGB value is (22,69,19). Sum of RGB (Red+Green+Blue) = 22+69+19=110 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20% from 110); Green value is 69 (27.34% from 255 or 62.73% from 110); Blue value is 19 (7.81% from 255 or 17.27% from 110); Max value from RGB is 69 - color contains mainly: green. Hex color #164513 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164513 is #E9BAEC. Grayscale: #313131. Windows color (decimal): -15317741 or 1262870. OLE color: 1262870.

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

Color convert

RGB 22 69 19 -
CMYK 0.68 0 0.72 0.73
HSL 116.4º 0.57% 0.17% -
HSV(B) 116.4º 0.72% 0.27% -
XYZ 2.58 4.47 1.34 -
YUV 49.25 110.93 108.57 -
System Red Green Blue C M Y K H S L
Decimal 22 69 19 0.68 0 0.72 0.73 116.4 0.57 0.17
Hex 16 45 13 44 0 48 49 74 39 11
Octal 26 105 23 104 0 110 111 164 71 21
Binary 10110 1000101 10011 1000100 0 1001000 1001001 1110100 111001 10001

Color Harmonies of #164513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164513

Black with #164513

Text Example


Text Example

White with #164513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164513; }

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

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

background-color css

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

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

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

border-color css

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

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

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