Html Css Color HEX #163513 Myrtle

📋 copy color: '#163513'

red 22 ◦ green 53 ◦ blue 19

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

Shades of Myrtle #163513

Tints of Myrtle #163513

RGB

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

 GREEN value IS 53 (21.09% from 255) = 56.38%

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

R = 23.4%
G = 56.38%
B = 20.21%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.64

 K value IS 0.79

RGB Variations

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

Color information

#163513 (or 0x163513) is known color: Myrtle. HEX triplet: 16, 35 and 13. RGB value is (22,53,19). Sum of RGB (Red+Green+Blue) = 22+53+19=94 (12% of max value = 765). Red value is 22 (8.98% from 255 or 23.40% from 94); Green value is 53 (21.09% from 255 or 56.38% from 94); Blue value is 19 (7.81% from 255 or 20.21% from 94); Max value from RGB is 53 - color contains mainly: green. Hex color #163513 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163513 is #E9CAEC. Grayscale: #272727. Windows color (decimal): -15321837 or 1258774. OLE color: 1258774.

HSL color Cylindrical-coordinate representation of color #163513: hue angle of 114.71º degrees, saturation: 0.47, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #163513 is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.79.

Color convert

RGB 22 53 19 -
CMYK 0.58 0 0.64 0.79
HSL 114.71º 0.47% 0.14% -
HSV(B) 114.71º 0.64% 0.21% -
XYZ 1.72 2.76 1.06 -
YUV 39.86 116.23 115.26 -
System Red Green Blue C M Y K H S L
Decimal 22 53 19 0.58 0 0.64 0.79 114.71 0.47 0.14
Hex 16 35 13 3A 0 40 4F 73 2F E
Octal 26 65 23 72 0 100 117 163 57 16
Binary 10110 110101 10011 111010 0 1000000 1001111 1110011 101111 1110

Color Harmonies of #163513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163513

Black with #163513

Text Example


Text Example

White with #163513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163513; }

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

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

background-color css

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

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

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

border-color css

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

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

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