#193F0D

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

Shades of Myrtle #193F0D

Tints of Myrtle #193F0D

Color information

#193F0D (or 0x193F0D) is unknown color: approx Myrtle. HEX triplet: 19, 3F and 0D. RGB value is (25,63,13). Sum of RGB (Red+Green+Blue) = 25+63+13=101 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.75% from 101); Green value is 63 (25% from 255 or 62.38% from 101); Blue value is 13 (5.47% from 255 or 12.87% from 101); Max value from RGB is 63 - color contains mainly: green. Hex color #193F0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193F0D is #E6C0F2. Grayscale: #2E2E2E. Windows color (decimal): -15122675 or 868121. OLE color: 868121.

HSL color Cylindrical-coordinate representation of color #193F0D: hue angle of 105.6º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #193F0D is Cyan = 0.60, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.75.

Color convert

RGB256313-
CMYK0.6000.790.75
HSL105.6º65.79%14.9%-
HSV(B)105.6º79.37%24.71%-
XYZ2.253.790.99-
YUV45.94109.41113.07-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 24.75%
GREEN value IS 63 (25% from 255) = 62.38%
BLUE value IS 13 (5.47% from 255) = 12.87%
R=24.75%
G=62.38%
B=12.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2563130.6000.790.75105.665.7914.9
Hex193FD3C04F4B6a42f
Octal31771574011711315210217
Binary110011111111101111100010011111001011110101010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,63,13); }

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

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

 a { background-color: rgb(25,63,13); }

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

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

 span { border-color: rgb(25,63,13); }

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