#114513

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

Shades of Myrtle #114513

Tints of Myrtle #114513

Color information

#114513 (or 0x114513) is unknown color: approx Myrtle. HEX triplet: 11, 45 and 13. RGB value is (17,69,19). Sum of RGB (Red+Green+Blue) = 17+69+19=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 69 (27.34% from 255 or 65.71% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 69 - color contains mainly: green. Hex color #114513 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114513 is #EEBAEC. Grayscale: #2F2F2F. Windows color (decimal): -15645421 or 1262865. OLE color: 1262865.

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

Color convert

RGB176919-
CMYK0.7500.720.73
HSL122.31º60.47%16.86%-
HSV(B)122.31º75.36%27.06%-
XYZ2.484.421.34-
YUV47.75111.77106.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.19%
GREEN value IS 69 (27.34% from 255) = 65.71%
BLUE value IS 19 (7.81% from 255) = 18.10%
R=16.19%
G=65.71%
B=18.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1769190.7500.720.73122.3160.4716.86
Hex1145134B048497a3c11
Octal211052311301101111727421
Binary100011000101100111001011010010001001001111101011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114513; }

 p { color: rgb(17,69,19); }

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

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

 a { background-color: rgb(17,69,19); }

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

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

 span { border-color: rgb(17,69,19); }

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