#194C0C

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

Shades of Myrtle #194C0C

Tints of Myrtle #194C0C

Color information

#194C0C (or 0x194C0C) is unknown color: approx Myrtle. HEX triplet: 19, 4C and 0C. RGB value is (25,76,12). Sum of RGB (Red+Green+Blue) = 25+76+12=113 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.12% from 113); Green value is 76 (30.08% from 255 or 67.26% from 113); Blue value is 12 (5.08% from 255 or 10.62% from 113); Max value from RGB is 76 - color contains mainly: green. Hex color #194C0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194C0C is #E6B3F3. Grayscale: #353535. Windows color (decimal): -15119348 or 805913. OLE color: 805913.

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

Color convert

RGB257612-
CMYK0.6700.840.70
HSL107.81º72.73%17.25%-
HSV(B)107.81º84.21%29.8%-
XYZ3.055.41.23-
YUV53.46104.6107.7-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.12%
GREEN value IS 76 (30.08% from 255) = 67.26%
BLUE value IS 12 (5.08% from 255) = 10.62%
R=22.12%
G=67.26%
B=10.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2576120.6700.840.70107.8172.7317.25
Hex194CC43054466c4911
Octal3111414103012410615411121
Binary110011001100110010000110101010010001101101100100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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