#114311

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

Shades of Myrtle #114311

Tints of Myrtle #114311

Color information

#114311 (or 0x114311) is unknown color: approx Myrtle. HEX triplet: 11, 43 and 11. RGB value is (17,67,17). Sum of RGB (Red+Green+Blue) = 17+67+17=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 67 (26.56% from 255 or 66.34% from 101); Blue value is 17 (7.03% from 255 or 16.83% from 101); Max value from RGB is 67 - color contains mainly: green. Hex color #114311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114311 is #EEBCEE. Grayscale: #2E2E2E. Windows color (decimal): -15645935 or 1131281. OLE color: 1131281.

HSL color Cylindrical-coordinate representation of color #114311: hue angle of 120º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #114311 is Cyan = 0.75, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.74.

Color convert

RGB176717-
CMYK0.7500.750.74
HSL120º59.52%16.47%-
HSV(B)120º74.63%26.27%-
XYZ2.344.171.21-
YUV46.35111.44107.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.83%
GREEN value IS 67 (26.56% from 255) = 66.34%
BLUE value IS 17 (7.03% from 255) = 16.83%
R=16.83%
G=66.34%
B=16.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1767170.7500.750.7412059.5216.47
Hex1143114B04B4A783c10
Octal211032111301131121707420
Binary100011000011100011001011010010111001010111100011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114311; }

 p { color: rgb(17,67,17); }

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

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

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

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

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

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

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