#113810

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

Shades of Myrtle #113810

Tints of Myrtle #113810

Color information

#113810 (or 0x113810) is unknown color: approx Myrtle. HEX triplet: 11, 38 and 10. RGB value is (17,56,16). Sum of RGB (Red+Green+Blue) = 17+56+16=89 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.10% from 89); Green value is 56 (22.27% from 255 or 62.92% from 89); Blue value is 16 (6.64% from 255 or 17.98% from 89); Max value from RGB is 56 - color contains mainly: green. Hex color #113810 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113810 is #EEC7EF. Grayscale: #272727. Windows color (decimal): -15648752 or 1062929. OLE color: 1062929.

HSL color Cylindrical-coordinate representation of color #113810: hue angle of 118.5º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #113810 is Cyan = 0.70, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.78.

Color convert

RGB175616-
CMYK0.7000.710.78
HSL118.5º55.56%14.12%-
HSV(B)118.5º71.43%21.96%-
XYZ1.742.980.97-
YUV39.78114.58111.75-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.10%
GREEN value IS 56 (22.27% from 255) = 62.92%
BLUE value IS 16 (6.64% from 255) = 17.98%
R=19.10%
G=62.92%
B=17.98%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1756160.7000.710.78118.555.5614.12
Hex113810460474E7638e
Octal21702010601071161667016
Binary1000111100010000100011001000111100111011101101110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113810; }

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

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

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

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

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

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

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

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