#194C1E

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

Shades of Myrtle #194C1E

Tints of Myrtle #194C1E

Color information

#194C1E (or 0x194C1E) is unknown color: approx Myrtle. HEX triplet: 19, 4C and 1E. RGB value is (25,76,30). Sum of RGB (Red+Green+Blue) = 25+76+30=131 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.08% from 131); Green value is 76 (30.08% from 255 or 58.02% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 76 - color contains mainly: green. Hex color #194C1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194C1E is #E6B3E1. Grayscale: #373737. Windows color (decimal): -15119330 or 1985561. OLE color: 1985561.

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

Color convert

RGB257630-
CMYK0.6700.610.70
HSL125.88º50.5%19.8%-
HSV(B)125.88º67.11%29.8%-
XYZ3.225.472.11-
YUV55.51113.6106.24-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.08%
GREEN value IS 76 (30.08% from 255) = 58.02%
BLUE value IS 30 (12.11% from 255) = 22.90%
R=19.08%
G=58.02%
B=22.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2576300.6700.610.70125.8850.519.8
Hex194C1E4303D467e3214
Octal31114361030751061766224
Binary11001100110011110100001101111011000110111111011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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