#19481F

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

Shades of Myrtle #19481F

Tints of Myrtle #19481F

Color information

#19481F (or 0x19481F) is unknown color: approx Myrtle. HEX triplet: 19, 48 and 1F. RGB value is (25,72,31). Sum of RGB (Red+Green+Blue) = 25+72+31=128 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.53% from 128); Green value is 72 (28.52% from 255 or 56.25% from 128); Blue value is 31 (12.5% from 255 or 24.22% from 128); Max value from RGB is 72 - color contains mainly: green. Hex color #19481F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19481F is #E6B7E0. Grayscale: #353535. Windows color (decimal): -15120353 or 2050073. OLE color: 2050073.

HSL color Cylindrical-coordinate representation of color #19481F: hue angle of 127.66º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #19481F is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.72.

Color convert

RGB257231-
CMYK0.6500.570.72
HSL127.66º48.45%19.02%-
HSV(B)127.66º65.28%28.24%-
XYZ2.974.942.09-
YUV53.27115.43107.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.53%
GREEN value IS 72 (28.52% from 255) = 56.25%
BLUE value IS 31 (12.5% from 255) = 24.22%
R=19.53%
G=56.25%
B=24.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2572310.6500.570.72127.6648.4519.02
Hex19481F4103948803013
Octal31110371010711102006023
Binary110011001000111111000001011100110010001000000011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19481F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19481F; }

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

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

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

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

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

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

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

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