#19480C

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

Shades of Myrtle #19480C

Tints of Myrtle #19480C

Color information

#19480C (or 0x19480C) is unknown color: approx Myrtle. HEX triplet: 19, 48 and 0C. RGB value is (25,72,12). Sum of RGB (Red+Green+Blue) = 25+72+12=109 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.94% from 109); Green value is 72 (28.52% from 255 or 66.06% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 72 - color contains mainly: green. Hex color #19480C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19480C is #E6B7F3. Grayscale: #333333. Windows color (decimal): -15120372 or 804889. OLE color: 804889.

HSL color Cylindrical-coordinate representation of color #19480C: hue angle of 107º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19480C is Cyan = 0.65, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB257212-
CMYK0.6500.830.72
HSL107º71.43%16.47%-
HSV(B)107º83.33%28.24%-
XYZ2.784.871.14-
YUV51.11105.93109.38-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.94%
GREEN value IS 72 (28.52% from 255) = 66.06%
BLUE value IS 12 (5.08% from 255) = 11.01%
R=22.94%
G=66.06%
B=11.01%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2572120.6500.830.7210771.4316.47
Hex1948C41053486b4710
Octal3111014101012311015310720
Binary110011001000110010000010101001110010001101011100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19480C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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