#114C05

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

Shades of Myrtle #114C05

Tints of Myrtle #114C05

Color information

#114C05 (or 0x114C05) is unknown color: approx Myrtle. HEX triplet: 11, 4C and 05. RGB value is (17,76,5). Sum of RGB (Red+Green+Blue) = 17+76+5=98 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.35% from 98); Green value is 76 (30.08% from 255 or 77.55% from 98); Blue value is 5 (2.34% from 255 or 5.10% from 98); Max value from RGB is 76 - color contains mainly: green. Hex color #114C05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114C05 is #EEB3FA. Grayscale: #323232. Windows color (decimal): -15643643 or 347153. OLE color: 347153.

HSL color Cylindrical-coordinate representation of color #114C05: hue angle of 109.86º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #114C05 is Cyan = 0.78, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.70.

Color convert

RGB17765-
CMYK0.7800.930.70
HSL109.86º87.65%15.88%-
HSV(B)109.86º93.42%29.8%-
XYZ2.845.31.02-
YUV50.26102.45104.27-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.35%
GREEN value IS 76 (30.08% from 255) = 77.55%
BLUE value IS 5 (2.34% from 255) = 5.10%
R=17.35%
G=77.55%
B=5.10%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal177650.7800.930.70109.8687.6515.88
Hex114C54E05D466e5810
Octal211145116013510615613020
Binary10001100110010110011100101110110001101101110101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,76,5); }

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

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

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

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

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

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

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