#193A1D

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

Shades of Myrtle #193A1D

Tints of Myrtle #193A1D

Color information

#193A1D (or 0x193A1D) is unknown color: approx Myrtle. HEX triplet: 19, 3A and 1D. RGB value is (25,58,29). Sum of RGB (Red+Green+Blue) = 25+58+29=112 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.32% from 112); Green value is 58 (23.05% from 255 or 51.79% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 58 - color contains mainly: green. Hex color #193A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193A1D is #E6C5E2. Grayscale: #2C2C2C. Windows color (decimal): -15123939 or 1915417. OLE color: 1915417.

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

Color convert

RGB255829-
CMYK0.5700.50.77
HSL127.27º39.76%16.27%-
HSV(B)127.27º56.9%22.75%-
XYZ2.143.321.69-
YUV44.83119.07113.86-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.32%
GREEN value IS 58 (23.05% from 255) = 51.79%
BLUE value IS 29 (11.72% from 255) = 25.89%
R=22.32%
G=51.79%
B=25.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2558290.5700.50.77127.2739.7616.27
Hex193A1D390324D7f2810
Octal317235710621151775020
Binary110011110101110111100101100101001101111111110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193A1D; }

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

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

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

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

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

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

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

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