#114413

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

Shades of Myrtle #114413

Tints of Myrtle #114413

Color information

#114413 (or 0x114413) is unknown color: approx Myrtle. HEX triplet: 11, 44 and 13. RGB value is (17,68,19). Sum of RGB (Red+Green+Blue) = 17+68+19=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 68 (26.95% from 255 or 65.38% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 68 - color contains mainly: green. Hex color #114413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114413 is #EEBBEC. Grayscale: #2F2F2F. Windows color (decimal): -15645677 or 1262609. OLE color: 1262609.

HSL color Cylindrical-coordinate representation of color #114413: hue angle of 122.35º 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 #114413 is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB176819-
CMYK0.7500.720.73
HSL122.35º60%16.67%-
HSV(B)122.35º75%26.67%-
XYZ2.424.31.32-
YUV47.16112.1106.48-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.35%
GREEN value IS 68 (26.95% from 255) = 65.38%
BLUE value IS 19 (7.81% from 255) = 18.27%
R=16.35%
G=65.38%
B=18.27%

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
Decimal1768190.7500.720.73122.356016.67
Hex1144134B048497a3c11
Octal211042311301101111727421
Binary100011000100100111001011010010001001001111101011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114413; }

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

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

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

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

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

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

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

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