#19481C

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

Shades of Myrtle #19481C

Tints of Myrtle #19481C

Color information

#19481C (or 0x19481C) is unknown color: approx Myrtle. HEX triplet: 19, 48 and 1C. RGB value is (25,72,28). Sum of RGB (Red+Green+Blue) = 25+72+28=125 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20% from 125); Green value is 72 (28.52% from 255 or 57.6% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 72 - color contains mainly: green. Hex color #19481C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19481C is #E6B7E3. Grayscale: #353535. Windows color (decimal): -15120356 or 1853465. OLE color: 1853465.

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

Color convert

RGB257228-
CMYK0.6500.610.72
HSL123.83º48.45%19.02%-
HSV(B)123.83º65.28%28.24%-
XYZ2.934.931.89-
YUV52.93113.93108.08-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20%
GREEN value IS 72 (28.52% from 255) = 57.6%
BLUE value IS 28 (11.33% from 255) = 22.4%
R=20%
G=57.6%
B=22.4%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2572280.6500.610.72123.8348.4519.02
Hex19481C4103D487c3013
Octal31110341010751101746023
Binary11001100100011100100000101111011001000111110011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19481C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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