#13440B

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

Shades of Myrtle #13440B

Tints of Myrtle #13440B

Color information

#13440B (or 0x13440B) is unknown color: approx Myrtle. HEX triplet: 13, 44 and 0B. RGB value is (19,68,11). Sum of RGB (Red+Green+Blue) = 19+68+11=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 68 (26.95% from 255 or 69.39% from 98); Blue value is 11 (4.69% from 255 or 11.22% from 98); Max value from RGB is 68 - color contains mainly: green. Hex color #13440B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13440B is #ECBBF4. Grayscale: #2F2F2F. Windows color (decimal): -15514613 or 738323. OLE color: 738323.

HSL color Cylindrical-coordinate representation of color #13440B: hue angle of 111.58º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13440B is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB196811-
CMYK0.7200.840.73
HSL111.58º72.15%15.49%-
HSV(B)111.58º83.82%26.67%-
XYZ2.44.31.02-
YUV46.85107.77108.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.39%
GREEN value IS 68 (26.95% from 255) = 69.39%
BLUE value IS 11 (4.69% from 255) = 11.22%
R=19.39%
G=69.39%
B=11.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1968110.7200.840.73111.5872.1515.49
Hex1344B48054497048f
Octal2310413110012411116011017
Binary10011100010010111001000010101001001001111000010010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13440B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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