#194311

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

Shades of Myrtle #194311

Tints of Myrtle #194311

Color information

#194311 (or 0x194311) is unknown color: approx Myrtle. HEX triplet: 19, 43 and 11. RGB value is (25,67,17). Sum of RGB (Red+Green+Blue) = 25+67+17=109 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.94% from 109); Green value is 67 (26.56% from 255 or 61.47% from 109); Blue value is 17 (7.03% from 255 or 15.60% from 109); Max value from RGB is 67 - color contains mainly: green. Hex color #194311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194311 is #E6BCEE. Grayscale: #303030. Windows color (decimal): -15121647 or 1131289. OLE color: 1131289.

HSL color Cylindrical-coordinate representation of color #194311: hue angle of 110.4º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #194311 is Cyan = 0.63, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.74.

Color convert

RGB256717-
CMYK0.6300.750.74
HSL110.4º59.52%16.47%-
HSV(B)110.4º74.63%26.27%-
XYZ2.514.261.22-
YUV48.74110.09111.07-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.94%
GREEN value IS 67 (26.56% from 255) = 61.47%
BLUE value IS 17 (7.03% from 255) = 15.60%
R=22.94%
G=61.47%
B=15.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2567170.6300.750.74110.459.5216.47
Hex1943113F04B4A6e3c10
Octal31103217701131121567420
Binary11001100001110001111111010010111001010110111011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194311; }

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

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

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

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

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

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

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

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