#193C1C

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

Shades of Myrtle #193C1C

Tints of Myrtle #193C1C

Color information

#193C1C (or 0x193C1C) is unknown color: approx Myrtle. HEX triplet: 19, 3C and 1C. RGB value is (25,60,28). Sum of RGB (Red+Green+Blue) = 25+60+28=113 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.12% from 113); Green value is 60 (23.83% from 255 or 53.10% from 113); Blue value is 28 (11.33% from 255 or 24.78% from 113); Max value from RGB is 60 - color contains mainly: green. Hex color #193C1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193C1C is #E6C3E3. Grayscale: #2D2D2D. Windows color (decimal): -15123428 or 1850393. OLE color: 1850393.

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

Color convert

RGB256028-
CMYK0.5800.530.76
HSL125.14º41.18%16.67%-
HSV(B)125.14º58.33%23.53%-
XYZ2.233.521.66-
YUV45.89117.9113.1-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.12%
GREEN value IS 60 (23.83% from 255) = 53.10%
BLUE value IS 28 (11.33% from 255) = 24.78%
R=22.12%
G=53.10%
B=24.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2560280.5800.530.76125.1441.1816.67
Hex193C1C3A0354C7d2911
Octal317434720651141755121
Binary110011111001110011101001101011001100111110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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