#19300E

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

Shades of Myrtle #19300E

Tints of Myrtle #19300E

Color information

#19300E (or 0x19300E) is unknown color: approx Myrtle. HEX triplet: 19, 30 and 0E. RGB value is (25,48,14). Sum of RGB (Red+Green+Blue) = 25+48+14=87 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.74% from 87); Green value is 48 (19.14% from 255 or 55.17% from 87); Blue value is 14 (5.86% from 255 or 16.09% from 87); Max value from RGB is 48 - color contains mainly: green. Hex color #19300E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19300E is #E6CFF1. Grayscale: #252525. Windows color (decimal): -15126514 or 929817. OLE color: 929817.

HSL color Cylindrical-coordinate representation of color #19300E: hue angle of 100.59º degrees, saturation: 0.55, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #19300E is Cyan = 0.48, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB254814-
CMYK0.4800.710.81
HSL100.59º54.84%12.16%-
HSV(B)100.59º70.83%18.82%-
XYZ1.542.350.79-
YUV37.25114.88119.26-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 28.74%
GREEN value IS 48 (19.14% from 255) = 55.17%
BLUE value IS 14 (5.86% from 255) = 16.09%
R=28.74%
G=55.17%
B=16.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2548140.4800.710.81100.5954.8412.16
Hex1930E30047516537c
Octal3160166001071211456714
Binary11001110000111011000001000111101000111001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19300E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19300E; }

 p { color: rgb(25,48,14); }

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

<style>
 a { background-color: #19300E; }

 a { background-color: rgb(25,48,14); }

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

<style>
 span { border-color: #19300E; }

 span { border-color: rgb(25,48,14); }

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