#194D20

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

Shades of Myrtle #194D20

Tints of Myrtle #194D20

Color information

#194D20 (or 0x194D20) is unknown color: approx Myrtle. HEX triplet: 19, 4D and 20. RGB value is (25,77,32). Sum of RGB (Red+Green+Blue) = 25+77+32=134 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.66% from 134); Green value is 77 (30.47% from 255 or 57.46% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 77 - color contains mainly: green. Hex color #194D20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194D20 is #E6B2DF. Grayscale: #383838. Windows color (decimal): -15119072 or 2116889. OLE color: 2116889.

HSL color Cylindrical-coordinate representation of color #194D20: hue angle of 128.08º 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 #194D20 is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.70.

Color convert

RGB257732-
CMYK0.6800.580.70
HSL128.08º50.98%20%-
HSV(B)128.08º67.53%30.2%-
XYZ3.325.622.28-
YUV56.32114.27105.66-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.66%
GREEN value IS 77 (30.47% from 255) = 57.46%
BLUE value IS 32 (12.89% from 255) = 23.88%
R=18.66%
G=57.46%
B=23.88%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2577320.6800.580.70128.0850.9820
Hex194D204403A46803314
Octal31115401040721062006324
Binary1100110011011000001000100011101010001101000000011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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