#194015

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

Shades of Myrtle #194015

Tints of Myrtle #194015

Color information

#194015 (or 0x194015) is unknown color: approx Myrtle. HEX triplet: 19, 40 and 15. RGB value is (25,64,21). Sum of RGB (Red+Green+Blue) = 25+64+21=110 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.73% from 110); Green value is 64 (25.39% from 255 or 58.18% from 110); Blue value is 21 (8.59% from 255 or 19.09% from 110); Max value from RGB is 64 - color contains mainly: green. Hex color #194015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #194015 is #E6BFEA. Grayscale: #2F2F2F. Windows color (decimal): -15122411 or 1392665. OLE color: 1392665.

HSL color Cylindrical-coordinate representation of color #194015: hue angle of 114.42º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #194015 is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB256421-
CMYK0.6100.670.75
HSL114.42º50.59%16.67%-
HSV(B)114.42º67.19%25.1%-
XYZ2.373.931.34-
YUV47.44113.08112-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.73%
GREEN value IS 64 (25.39% from 255) = 58.18%
BLUE value IS 21 (8.59% from 255) = 19.09%
R=22.73%
G=58.18%
B=19.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2564210.6100.670.75114.4250.5916.67
Hex1940153D0434B723311
Octal31100257501031131626321
Binary11001100000010101111101010000111001011111001011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194015; }

 p { color: rgb(25,64,21); }

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

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

 a { background-color: rgb(25,64,21); }

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

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

 span { border-color: rgb(25,64,21); }

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