#19481A

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

Shades of Myrtle #19481A

Tints of Myrtle #19481A

Color information

#19481A (or 0x19481A) is unknown color: approx Myrtle. HEX triplet: 19, 48 and 1A. RGB value is (25,72,26). Sum of RGB (Red+Green+Blue) = 25+72+26=123 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.33% from 123); Green value is 72 (28.52% from 255 or 58.54% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 72 - color contains mainly: green. Hex color #19481A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19481A is #E6B7E5. Grayscale: #343434. Windows color (decimal): -15120358 or 1722393. OLE color: 1722393.

HSL color Cylindrical-coordinate representation of color #19481A: hue angle of 121.28º 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 #19481A is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB257226-
CMYK0.6500.640.72
HSL121.28º48.45%19.02%-
HSV(B)121.28º65.28%28.24%-
XYZ2.94.921.77-
YUV52.7112.93108.24-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.33%
GREEN value IS 72 (28.52% from 255) = 58.54%
BLUE value IS 26 (10.55% from 255) = 21.14%
R=20.33%
G=58.54%
B=21.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2572260.6500.640.72121.2848.4519.02
Hex19481A4104048793013
Octal311103210101001101716023
Binary110011001000110101000001010000001001000111100111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19481A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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