Html Css Color HEX #163013 Myrtle

📋 copy color: '#163013'

red 22 ◦ green 48 ◦ blue 19

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

Shades of Myrtle #163013

Tints of Myrtle #163013

RGB

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

 GREEN value IS 48 (19.14% from 255) = 53.93%

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

R = 24.72%
G = 53.93%
B = 21.35%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.60

 K value IS 0.81

RGB Variations

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

Color information

#163013 (or 0x163013) is known color: Myrtle. HEX triplet: 16, 30 and 13. RGB value is (22,48,19). Sum of RGB (Red+Green+Blue) = 22+48+19=89 (11% of max value = 765). Red value is 22 (8.98% from 255 or 24.72% from 89); Green value is 48 (19.14% from 255 or 53.93% from 89); Blue value is 19 (7.81% from 255 or 21.35% from 89); Max value from RGB is 48 - color contains mainly: green. Hex color #163013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163013 is #E9CFEC. Grayscale: #252525. Windows color (decimal): -15323117 or 1257494. OLE color: 1257494.

HSL color Cylindrical-coordinate representation of color #163013: hue angle of 113.79º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #163013 is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.81.

Color convert

RGB 22 48 19 -
CMYK 0.54 0 0.60 0.81
HSL 113.79º 0.43% 0.13% -
HSV(B) 113.79º 0.6% 0.19% -
XYZ 1.51 2.33 0.99 -
YUV 36.92 117.89 117.36 -
System Red Green Blue C M Y K H S L
Decimal 22 48 19 0.54 0 0.60 0.81 113.79 0.43 0.13
Hex 16 30 13 36 0 3C 51 72 2B D
Octal 26 60 23 66 0 74 121 162 53 15
Binary 10110 110000 10011 110110 0 111100 1010001 1110010 101011 1101

Color Harmonies of #163013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163013

Black with #163013

Text Example


Text Example

White with #163013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163013; }

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

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

background-color css

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

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

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

border-color css

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

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

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