#113110

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

Shades of Myrtle #113110

Tints of Myrtle #113110

Color information

#113110 (or 0x113110) is unknown color: approx Myrtle. HEX triplet: 11, 31 and 10. RGB value is (17,49,16). Sum of RGB (Red+Green+Blue) = 17+49+16=82 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.73% from 82); Green value is 49 (19.53% from 255 or 59.76% from 82); Blue value is 16 (6.64% from 255 or 19.51% from 82); Max value from RGB is 49 - color contains mainly: green. Hex color #113110 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113110 is #EECEEF. Grayscale: #232323. Windows color (decimal): -15650544 or 1061137. OLE color: 1061137.

HSL color Cylindrical-coordinate representation of color #113110: hue angle of 118.18º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #113110 is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.81.

Color convert

RGB174916-
CMYK0.6500.670.81
HSL118.18º50.77%12.75%-
HSV(B)118.18º67.35%19.22%-
XYZ1.422.350.87-
YUV35.67116.9114.68-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.73%
GREEN value IS 49 (19.53% from 255) = 59.76%
BLUE value IS 16 (6.64% from 255) = 19.51%
R=20.73%
G=59.76%
B=19.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1749160.6500.670.81118.1850.7712.75
Hex11311041043517633d
Octal21612010101031211666315
Binary1000111000110000100000101000011101000111101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113110; }

 p { color: rgb(17,49,16); }

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

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

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

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

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

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

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