#163A19

Color #163A19 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #163A19

Tints of Myrtle #163A19

Color information

#163A19 (or 0x163A19) is unknown color: approx Myrtle. HEX triplet: 16, 3A and 19. RGB value is (22,58,25). Sum of RGB (Red+Green+Blue) = 22+58+25=105 (13% of max value = 765). Red value is 22 (8.98% from 255 or 20.95% from 105); Green value is 58 (23.05% from 255 or 55.24% from 105); Blue value is 25 (10.16% from 255 or 23.81% from 105); Max value from RGB is 58 - color contains mainly: green. Hex color #163A19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163A19 is #E9C5E6. Grayscale: #2B2B2B. Windows color (decimal): -15320551 or 1653270. OLE color: 1653270.

HSL color Cylindrical-coordinate representation of color #163A19: hue angle of 125º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #163A19 is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.77.

Color convert

RGB225825-
CMYK0.6200.570.77
HSL125º45%15.69%-
HSV(B)125º62.07%22.75%-
XYZ2.023.271.44-
YUV43.47117.57112.68-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.95%
GREEN value IS 58 (23.05% from 255) = 55.24%
BLUE value IS 25 (10.16% from 255) = 23.81%
R=20.95%
G=55.24%
B=23.81%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2258250.6200.570.771254515.69
Hex163A193E0394D7d2d10
Octal267231760711151755520
Binary101101110101100111111001110011001101111110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163A19; }

 p { color: rgb(22,58,25); }

 H1.HeaderClassName
 {
   color: #163A19;
 }
 .AnyTagClassName
 {
   color: #163A19;
 }
</style>
background-color css

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

 a { background-color: rgb(22,58,25); }

 div.DivClassName
 {
   background-color: #163A19;
 }
 .BgClassName
 {
   background-color: #163A19;
 }
</style>
border-color css

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

 span { border-color: rgb(22,58,25); }

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