#194D1E

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

Shades of Myrtle #194D1E

Tints of Myrtle #194D1E

Color information

#194D1E (or 0x194D1E) is unknown color: approx Myrtle. HEX triplet: 19, 4D and 1E. RGB value is (25,77,30). Sum of RGB (Red+Green+Blue) = 25+77+30=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 77 (30.47% from 255 or 58.33% from 132); Blue value is 30 (12.11% from 255 or 22.73% from 132); Max value from RGB is 77 - color contains mainly: green. Hex color #194D1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194D1E is #E6B2E1. Grayscale: #383838. Windows color (decimal): -15119074 or 1985817. OLE color: 1985817.

HSL color Cylindrical-coordinate representation of color #194D1E: hue angle of 125.77º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #194D1E is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.70.

Color convert

RGB257730-
CMYK0.6800.610.70
HSL125.77º50.98%20%-
HSV(B)125.77º67.53%30.2%-
XYZ3.295.612.14-
YUV56.09113.27105.82-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.94%
GREEN value IS 77 (30.47% from 255) = 58.33%
BLUE value IS 30 (12.11% from 255) = 22.73%
R=18.94%
G=58.33%
B=22.73%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2577300.6800.610.70125.7750.9820
Hex194D1E4403D467e3314
Octal31115361040751061766324
Binary11001100110111110100010001111011000110111111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194D1E; }

 p { color: rgb(25,77,30); }

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

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

 a { background-color: rgb(25,77,30); }

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

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

 span { border-color: rgb(25,77,30); }

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