#193C0F

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

Shades of Myrtle #193C0F

Tints of Myrtle #193C0F

Color information

#193C0F (or 0x193C0F) is unknown color: approx Myrtle. HEX triplet: 19, 3C and 0F. RGB value is (25,60,15). Sum of RGB (Red+Green+Blue) = 25+60+15=100 (13% of max value = 765). Red value is 25 (10.16% from 255 or 25% from 100); Green value is 60 (23.83% from 255 or 60% from 100); Blue value is 15 (6.25% from 255 or 15% from 100); Max value from RGB is 60 - color contains mainly: green. Hex color #193C0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193C0F is #E6C3F0. Grayscale: #2C2C2C. Windows color (decimal): -15123441 or 998425. OLE color: 998425.

HSL color Cylindrical-coordinate representation of color #193C0F: hue angle of 106.67º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #193C0F is Cyan = 0.58, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.76.

Color convert

RGB256015-
CMYK0.5800.750.76
HSL106.67º60%14.71%-
HSV(B)106.67º75%23.53%-
XYZ2.13.471.01-
YUV44.4111.4114.16-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 25%
GREEN value IS 60 (23.83% from 255) = 60%
BLUE value IS 15 (6.25% from 255) = 15%
R=25%
G=60%
B=15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2560150.5800.750.76106.676014.71
Hex193CF3A04B4C6b3cf
Octal3174177201131141537417
Binary11001111100111111101001001011100110011010111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,60,15); }

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

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

 a { background-color: rgb(25,60,15); }

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

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

 span { border-color: rgb(25,60,15); }

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