#194414

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

Shades of Myrtle #194414

Tints of Myrtle #194414

Color information

#194414 (or 0x194414) is unknown color: approx Myrtle. HEX triplet: 19, 44 and 14. RGB value is (25,68,20). Sum of RGB (Red+Green+Blue) = 25+68+20=113 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.12% from 113); Green value is 68 (26.95% from 255 or 60.18% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 68 - color contains mainly: green. Hex color #194414 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194414 is #E6BBEB. Grayscale: #313131. Windows color (decimal): -15121388 or 1328153. OLE color: 1328153.

HSL color Cylindrical-coordinate representation of color #194414: hue angle of 113.75º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #194414 is Cyan = 0.63, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB256820-
CMYK0.6300.710.73
HSL113.75º54.55%17.25%-
HSV(B)113.75º70.59%26.67%-
XYZ2.594.391.37-
YUV49.67111.25110.4-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.12%
GREEN value IS 68 (26.95% from 255) = 60.18%
BLUE value IS 20 (8.20% from 255) = 17.70%
R=22.12%
G=60.18%
B=17.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2568200.6300.710.73113.7554.5517.25
Hex1944143F04749723711
Octal31104247701071111626721
Binary11001100010010100111111010001111001001111001011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194414; }

 p { color: rgb(25,68,20); }

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

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

 a { background-color: rgb(25,68,20); }

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

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

 span { border-color: rgb(25,68,20); }

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