#194C1F

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

Shades of Myrtle #194C1F

Tints of Myrtle #194C1F

Color information

#194C1F (or 0x194C1F) is unknown color: approx Myrtle. HEX triplet: 19, 4C and 1F. RGB value is (25,76,31). Sum of RGB (Red+Green+Blue) = 25+76+31=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 76 (30.08% from 255 or 57.58% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 76 - color contains mainly: green. Hex color #194C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194C1F is #E6B3E0. Grayscale: #373737. Windows color (decimal): -15119329 or 2051097. OLE color: 2051097.

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

Color convert

RGB257631-
CMYK0.6700.590.70
HSL127.06º50.5%19.8%-
HSV(B)127.06º67.11%29.8%-
XYZ3.235.472.18-
YUV55.62114.1106.16-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.94%
GREEN value IS 76 (30.08% from 255) = 57.58%
BLUE value IS 31 (12.5% from 255) = 23.48%
R=18.94%
G=57.58%
B=23.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2576310.6700.590.70127.0650.519.8
Hex194C1F4303B467f3214
Octal31114371030731061776224
Binary11001100110011111100001101110111000110111111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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