#193011

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

Shades of Myrtle #193011

Tints of Myrtle #193011

Color information

#193011 (or 0x193011) is unknown color: approx Myrtle. HEX triplet: 19, 30 and 11. RGB value is (25,48,17). Sum of RGB (Red+Green+Blue) = 25+48+17=90 (11% of max value = 765). Red value is 25 (10.16% from 255 or 27.78% from 90); Green value is 48 (19.14% from 255 or 53.33% from 90); Blue value is 17 (7.03% from 255 or 18.89% from 90); Max value from RGB is 48 - color contains mainly: green. Hex color #193011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193011 is #E6CFEE. Grayscale: #252525. Windows color (decimal): -15126511 or 1126425. OLE color: 1126425.

HSL color Cylindrical-coordinate representation of color #193011: hue angle of 104.52º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #193011 is Cyan = 0.48, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB254817-
CMYK0.4800.650.81
HSL104.52º47.69%12.75%-
HSV(B)104.52º64.58%18.82%-
XYZ1.562.360.9-
YUV37.59116.38119.02-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 27.78%
GREEN value IS 48 (19.14% from 255) = 53.33%
BLUE value IS 17 (7.03% from 255) = 18.89%
R=27.78%
G=53.33%
B=18.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2548170.4800.650.81104.5247.6912.75
Hex19301130041516930d
Octal3160216001011211516015
Binary110011100001000111000001000001101000111010011100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193011; }

 p { color: rgb(25,48,17); }

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

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

 a { background-color: rgb(25,48,17); }

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

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

 span { border-color: rgb(25,48,17); }

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