#19501E

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

Shades of Myrtle #19501E

Tints of Myrtle #19501E

Color information

#19501E (or 0x19501E) is unknown color: approx Myrtle. HEX triplet: 19, 50 and 1E. RGB value is (25,80,30). Sum of RGB (Red+Green+Blue) = 25+80+30=135 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.52% from 135); Green value is 80 (31.64% from 255 or 59.26% from 135); Blue value is 30 (12.11% from 255 or 22.22% from 135); Max value from RGB is 80 - color contains mainly: green. Hex color #19501E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19501E is #E6AFE1. Grayscale: #393939. Windows color (decimal): -15118306 or 1986585. OLE color: 1986585.

HSL color Cylindrical-coordinate representation of color #19501E: hue angle of 125.45º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #19501E is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB258030-
CMYK0.6900.620.69
HSL125.45º52.38%20.59%-
HSV(B)125.45º68.75%31.37%-
XYZ3.56.042.21-
YUV57.86112.28104.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.52%
GREEN value IS 80 (31.64% from 255) = 59.26%
BLUE value IS 30 (12.11% from 255) = 22.22%
R=18.52%
G=59.26%
B=22.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2580300.6900.620.69125.4552.3820.59
Hex19501E4503E457d3415
Octal31120361050761051756425
Binary11001101000011110100010101111101000101111110111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19501E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19501E; }

 p { color: rgb(25,80,30); }

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

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

 a { background-color: rgb(25,80,30); }

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

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

 span { border-color: rgb(25,80,30); }

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