#193D1B

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

Shades of Myrtle #193D1B

Tints of Myrtle #193D1B

Color information

#193D1B (or 0x193D1B) is unknown color: approx Myrtle. HEX triplet: 19, 3D and 1B. RGB value is (25,61,27). Sum of RGB (Red+Green+Blue) = 25+61+27=113 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.12% from 113); Green value is 61 (24.22% from 255 or 53.98% from 113); Blue value is 27 (10.94% from 255 or 23.89% from 113); Max value from RGB is 61 - color contains mainly: green. Hex color #193D1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193D1B is #E6C2E4. Grayscale: #2E2E2E. Windows color (decimal): -15123173 or 1785113. OLE color: 1785113.

HSL color Cylindrical-coordinate representation of color #193D1B: hue angle of 123.33º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #193D1B is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.76.

Color convert

RGB256127-
CMYK0.5900.560.76
HSL123.33º41.86%16.86%-
HSV(B)123.33º59.02%23.92%-
XYZ2.273.621.62-
YUV46.36117.07112.76-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.12%
GREEN value IS 61 (24.22% from 255) = 53.98%
BLUE value IS 27 (10.94% from 255) = 23.89%
R=22.12%
G=53.98%
B=23.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2561270.5900.560.76123.3341.8616.86
Hex193D1B3B0384C7b2a11
Octal317533730701141735221
Binary110011111011101111101101110001001100111101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,61,27); }

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

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

 a { background-color: rgb(25,61,27); }

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

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

 span { border-color: rgb(25,61,27); }

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