#194812

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

Shades of Myrtle #194812

Tints of Myrtle #194812

Color information

#194812 (or 0x194812) is unknown color: approx Myrtle. HEX triplet: 19, 48 and 12. RGB value is (25,72,18). Sum of RGB (Red+Green+Blue) = 25+72+18=115 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.74% from 115); Green value is 72 (28.52% from 255 or 62.61% from 115); Blue value is 18 (7.42% from 255 or 15.65% from 115); Max value from RGB is 72 - color contains mainly: green. Hex color #194812 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194812 is #E6B7ED. Grayscale: #333333. Windows color (decimal): -15120366 or 1198105. OLE color: 1198105.

HSL color Cylindrical-coordinate representation of color #194812: hue angle of 112.22º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #194812 is Cyan = 0.65, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB257218-
CMYK0.6500.750.72
HSL112.22º60%17.65%-
HSV(B)112.22º75%28.24%-
XYZ2.834.891.37-
YUV51.79108.93108.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.74%
GREEN value IS 72 (28.52% from 255) = 62.61%
BLUE value IS 18 (7.42% from 255) = 15.65%
R=21.74%
G=62.61%
B=15.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2572180.6500.750.72112.226017.65
Hex1948124104B48703c12
Octal311102210101131101607422
Binary110011001000100101000001010010111001000111000011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194812; }

 p { color: rgb(25,72,18); }

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

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

 a { background-color: rgb(25,72,18); }

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

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

 span { border-color: rgb(25,72,18); }

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