#194c11

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

Shades of Myrtle #194C11

Tints of Myrtle #194C11

Color information

#194C11 (or 0x194C11) is unknown color: approx Myrtle. HEX triplet: 19, 4C and 11. RGB value is (25,76,17). Sum of RGB (Red+Green+Blue) = 25+76+17=118 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.19% from 118); Green value is 76 (30.08% from 255 or 64.41% from 118); Blue value is 17 (7.03% from 255 or 14.41% from 118); Max value from RGB is 76 - color contains mainly: green. Hex color #194C11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194C11 is #E6B3EE. Grayscale: #363636. Windows color (decimal): -15119343 or 1133593. OLE color: 1133593.

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

Color convert

RGB257617-
CMYK0.6700.780.70
HSL111.86º63.44%18.24%-
HSV(B)111.86º77.63%29.8%-
XYZ3.095.421.41-
YUV54.02107.1107.3-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.19%
GREEN value IS 76 (30.08% from 255) = 64.41%
BLUE value IS 17 (7.03% from 255) = 14.41%
R=21.19%
G=64.41%
B=14.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2576170.6700.780.70111.8663.4418.24
Hex194C114304E46703f12
Octal311142110301161061607722
Binary110011001100100011000011010011101000110111000011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194c11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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