#115400

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

Shades of Myrtle #115400

Tints of Myrtle #115400

Color information

#115400 (or 0x115400) is unknown color: approx Myrtle. HEX triplet: 11, 54 and 00. RGB value is (17,84,0). Sum of RGB (Red+Green+Blue) = 17+84+0=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 84 (33.20% from 255 or 83.17% from 101); Blue value is 0 (0.39% from 255 or 0% from 101); Max value from RGB is 84 - color contains mainly: green. Hex color #115400 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115400 is #EEABFF. Grayscale: #363636. Windows color (decimal): -15641600 or 21521. OLE color: 21521.

HSL color Cylindrical-coordinate representation of color #115400: hue angle of 107.86º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #115400 is Cyan = 0.80, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB17840-
CMYK0.80010.67
HSL107.86º100%16.47%-
HSV(B)107.86º100%32.94%-
XYZ3.46.461.07-
YUV54.3997.3101.33-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.83%
GREEN value IS 84 (33.20% from 255) = 83.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=16.83%
G=83.17%
B=0%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal178400.80010.67107.8610016.47
Hex1154050064436c6410
Octal211240120014410315414420
Binary100011010100010100000110010010000111101100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115400; }

 p { color: rgb(17,84,0); }

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

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

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

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

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

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

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