#19481B

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

Shades of Myrtle #19481B

Tints of Myrtle #19481B

Color information

#19481B (or 0x19481B) is unknown color: approx Myrtle. HEX triplet: 19, 48 and 1B. RGB value is (25,72,27). Sum of RGB (Red+Green+Blue) = 25+72+27=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 72 (28.52% from 255 or 58.06% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 72 - color contains mainly: green. Hex color #19481B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19481B is #E6B7E4. Grayscale: #343434. Windows color (decimal): -15120357 or 1787929. OLE color: 1787929.

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

Color convert

RGB257227-
CMYK0.6500.620.72
HSL122.55º48.45%19.02%-
HSV(B)122.55º65.28%28.24%-
XYZ2.924.921.83-
YUV52.82113.43108.16-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.16%
GREEN value IS 72 (28.52% from 255) = 58.06%
BLUE value IS 27 (10.94% from 255) = 21.77%
R=20.16%
G=58.06%
B=21.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2572270.6500.620.72122.5548.4519.02
Hex19481B4103E487b3013
Octal31110331010761101736023
Binary11001100100011011100000101111101001000111101111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19481B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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