#115312

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

Shades of Myrtle #115312

Tints of Myrtle #115312

Color information

#115312 (or 0x115312) is unknown color: approx Myrtle. HEX triplet: 11, 53 and 12. RGB value is (17,83,18). Sum of RGB (Red+Green+Blue) = 17+83+18=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 83 (32.81% from 255 or 70.34% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 83 - color contains mainly: green. Hex color #115312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115312 is #EEACED. Grayscale: #383838. Windows color (decimal): -15641838 or 1200913. OLE color: 1200913.

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

Color convert

RGB178318-
CMYK0.8000.780.67
HSL120.91º66%19.61%-
HSV(B)120.91º79.52%32.55%-
XYZ3.436.351.62-
YUV55.86106.63100.29-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.41%
GREEN value IS 83 (32.81% from 255) = 70.34%
BLUE value IS 18 (7.42% from 255) = 15.25%
R=14.41%
G=70.34%
B=15.25%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1783180.8000.780.67120.916619.61
Hex1153125004E43794214
Octal2112322120011610317110224
Binary1000110100111001010100000100111010000111111001100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115312; }

 p { color: rgb(17,83,18); }

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

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

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

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

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

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

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