#13490B

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

Shades of Myrtle #13490B

Tints of Myrtle #13490B

Color information

#13490B (or 0x13490B) is unknown color: approx Myrtle. HEX triplet: 13, 49 and 0B. RGB value is (19,73,11). Sum of RGB (Red+Green+Blue) = 19+73+11=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 73 (28.91% from 255 or 70.87% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 73 - color contains mainly: green. Hex color #13490B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13490B is #ECB6F4. Grayscale: #313131. Windows color (decimal): -15513333 or 739603. OLE color: 739603.

HSL color Cylindrical-coordinate representation of color #13490B: hue angle of 112.26º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13490B is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.71.

Color convert

RGB197311-
CMYK0.7400.850.71
HSL112.26º73.81%16.47%-
HSV(B)112.26º84.93%28.63%-
XYZ2.714.931.12-
YUV49.79106.11106.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.45%
GREEN value IS 73 (28.91% from 255) = 70.87%
BLUE value IS 11 (4.69% from 255) = 10.68%
R=18.45%
G=70.87%
B=10.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1973110.7400.850.71112.2673.8116.47
Hex1349B4A05547704a10
Octal2311113112012510716011220
Binary100111001001101110010100101010110001111110000100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13490B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,73,11); }

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

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

 a { background-color: rgb(19,73,11); }

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

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

 span { border-color: rgb(19,73,11); }

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