#114614

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

Shades of Myrtle #114614

Tints of Myrtle #114614

Color information

#114614 (or 0x114614) is unknown color: approx Myrtle. HEX triplet: 11, 46 and 14. RGB value is (17,70,20). Sum of RGB (Red+Green+Blue) = 17+70+20=107 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.89% from 107); Green value is 70 (27.73% from 255 or 65.42% from 107); Blue value is 20 (8.20% from 255 or 18.69% from 107); Max value from RGB is 70 - color contains mainly: green. Hex color #114614 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114614 is #EEB9EB. Grayscale: #303030. Windows color (decimal): -15645164 or 1328657. OLE color: 1328657.

HSL color Cylindrical-coordinate representation of color #114614: hue angle of 123.4º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #114614 is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB177020-
CMYK0.7600.710.73
HSL123.4º60.92%17.06%-
HSV(B)123.4º75.71%27.45%-
XYZ2.554.551.41-
YUV48.45111.94105.57-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.89%
GREEN value IS 70 (27.73% from 255) = 65.42%
BLUE value IS 20 (8.20% from 255) = 18.69%
R=15.89%
G=65.42%
B=18.69%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1770200.7600.710.73123.460.9217.06
Hex1146144C047497b3d11
Octal211062411401071111737521
Binary100011000110101001001100010001111001001111101111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114614; }

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

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

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

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

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

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

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

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