#114B0D

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

Shades of Myrtle #114B0D

Tints of Myrtle #114B0D

Color information

#114B0D (or 0x114B0D) is unknown color: approx Myrtle. HEX triplet: 11, 4B and 0D. RGB value is (17,75,13). Sum of RGB (Red+Green+Blue) = 17+75+13=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 75 (29.69% from 255 or 71.43% from 105); Blue value is 13 (5.47% from 255 or 12.38% from 105); Max value from RGB is 75 - color contains mainly: green. Hex color #114B0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114B0D is #EEB4F2. Grayscale: #323232. Windows color (decimal): -15643891 or 871185. OLE color: 871185.

HSL color Cylindrical-coordinate representation of color #114B0D: hue angle of 116.13º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #114B0D is Cyan = 0.77, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.71.

Color convert

RGB177513-
CMYK0.7700.830.71
HSL116.13º70.45%17.25%-
HSV(B)116.13º82.67%29.41%-
XYZ2.825.181.23-
YUV50.59106.78104.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.19%
GREEN value IS 75 (29.69% from 255) = 71.43%
BLUE value IS 13 (5.47% from 255) = 12.38%
R=16.19%
G=71.43%
B=12.38%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1775130.7700.830.71116.1370.4517.25
Hex114BD4D05347744611
Octal2111315115012310716410621
Binary100011001011110110011010101001110001111110100100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114B0D; }

 p { color: rgb(17,75,13); }

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

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

 a { background-color: rgb(17,75,13); }

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

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

 span { border-color: rgb(17,75,13); }

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