#194011

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

Shades of Myrtle #194011

Tints of Myrtle #194011

Color information

#194011 (or 0x194011) is unknown color: approx Myrtle. HEX triplet: 19, 40 and 11. RGB value is (25,64,17). Sum of RGB (Red+Green+Blue) = 25+64+17=106 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.58% from 106); Green value is 64 (25.39% from 255 or 60.38% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 64 - color contains mainly: green. Hex color #194011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194011 is #E6BFEE. Grayscale: #2F2F2F. Windows color (decimal): -15122415 or 1130521. OLE color: 1130521.

HSL color Cylindrical-coordinate representation of color #194011: hue angle of 109.79º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #194011 is Cyan = 0.61, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.75.

Color convert

RGB256417-
CMYK0.6100.730.75
HSL109.79º58.02%15.88%-
HSV(B)109.79º73.44%25.1%-
XYZ2.343.911.16-
YUV46.98111.08112.32-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 23.58%
GREEN value IS 64 (25.39% from 255) = 60.38%
BLUE value IS 17 (7.03% from 255) = 16.04%
R=23.58%
G=60.38%
B=16.04%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2564170.6100.730.75109.7958.0215.88
Hex1940113D0494B6e3a10
Octal31100217501111131567220
Binary11001100000010001111101010010011001011110111011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194011; }

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

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

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

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

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

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

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

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