#114414

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

Shades of Myrtle #114414

Tints of Myrtle #114414

Color information

#114414 (or 0x114414) is unknown color: approx Myrtle. HEX triplet: 11, 44 and 14. RGB value is (17,68,20). Sum of RGB (Red+Green+Blue) = 17+68+20=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 68 (26.95% from 255 or 64.76% from 105); Blue value is 20 (8.20% from 255 or 19.05% from 105); Max value from RGB is 68 - color contains mainly: green. Hex color #114414 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114414 is #EEBBEB. Grayscale: #2F2F2F. Windows color (decimal): -15645676 or 1328145. OLE color: 1328145.

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

Color convert

RGB176820-
CMYK0.7500.710.73
HSL123.53º60%16.67%-
HSV(B)123.53º75%26.67%-
XYZ2.424.31.36-
YUV47.28112.6106.4-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.19%
GREEN value IS 68 (26.95% from 255) = 64.76%
BLUE value IS 20 (8.20% from 255) = 19.05%
R=16.19%
G=64.76%
B=19.05%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1768200.7500.710.73123.536016.67
Hex1144144B047497c3c11
Octal211042411301071111747421
Binary100011000100101001001011010001111001001111110011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114414; }

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

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

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

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

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

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

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

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