#19501B

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

Shades of Myrtle #19501B

Tints of Myrtle #19501B

Color information

#19501B (or 0x19501B) is unknown color: approx Myrtle. HEX triplet: 19, 50 and 1B. RGB value is (25,80,27). Sum of RGB (Red+Green+Blue) = 25+80+27=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 80 (31.64% from 255 or 60.61% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 80 - color contains mainly: green. Hex color #19501B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19501B is #E6AFE4. Grayscale: #393939. Windows color (decimal): -15118309 or 1789977. OLE color: 1789977.

HSL color Cylindrical-coordinate representation of color #19501B: hue angle of 122.18º 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 #19501B is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB258027-
CMYK0.6900.660.69
HSL122.18º52.38%20.59%-
HSV(B)122.18º68.75%31.37%-
XYZ3.476.022.02-
YUV57.51110.78104.81-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.94%
GREEN value IS 80 (31.64% from 255) = 60.61%
BLUE value IS 27 (10.94% from 255) = 20.45%
R=18.94%
G=60.61%
B=20.45%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2580270.6900.660.69122.1852.3820.59
Hex19501B45042457a3415
Octal311203310501021051726425
Binary110011010000110111000101010000101000101111101011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19501B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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