#114515

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

Shades of Myrtle #114515

Tints of Myrtle #114515

Color information

#114515 (or 0x114515) is unknown color: approx Myrtle. HEX triplet: 11, 45 and 15. RGB value is (17,69,21). Sum of RGB (Red+Green+Blue) = 17+69+21=107 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.89% from 107); Green value is 69 (27.34% from 255 or 64.49% from 107); Blue value is 21 (8.59% from 255 or 19.63% from 107); Max value from RGB is 69 - color contains mainly: green. Hex color #114515 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114515 is #EEBAEA. Grayscale: #303030. Windows color (decimal): -15645419 or 1393937. OLE color: 1393937.

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

Color convert

RGB176921-
CMYK0.7500.700.73
HSL124.62º60.47%16.86%-
HSV(B)124.62º75.36%27.06%-
XYZ2.494.431.43-
YUV47.98112.77105.9-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.89%
GREEN value IS 69 (27.34% from 255) = 64.49%
BLUE value IS 21 (8.59% from 255) = 19.63%
R=15.89%
G=64.49%
B=19.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1769210.7500.700.73124.6260.4716.86
Hex1145154B046497d3c11
Octal211052511301061111757421
Binary100011000101101011001011010001101001001111110111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114515; }

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

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

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

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

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

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

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

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