#113107

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

Shades of Myrtle #113107

Tints of Myrtle #113107

Color information

#113107 (or 0x113107) is unknown color: approx Myrtle. HEX triplet: 11, 31 and 07. RGB value is (17,49,7). Sum of RGB (Red+Green+Blue) = 17+49+7=73 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.29% from 73); Green value is 49 (19.53% from 255 or 67.12% from 73); Blue value is 7 (3.12% from 255 or 9.59% from 73); Max value from RGB is 49 - color contains mainly: green. Hex color #113107 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113107 is #EECEF8. Grayscale: #222222. Windows color (decimal): -15650553 or 471313. OLE color: 471313.

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

Color convert

RGB17497-
CMYK0.6500.860.81
HSL105.71º75%10.98%-
HSV(B)105.71º85.71%19.22%-
XYZ1.372.330.58-
YUV34.64112.4115.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 23.29%
GREEN value IS 49 (19.53% from 255) = 67.12%
BLUE value IS 7 (3.12% from 255) = 9.59%
R=23.29%
G=67.12%
B=9.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal174970.6500.860.81105.717510.98
Hex1131741056516a4bb
Octal21617101012612115211313
Binary100011100011111000001010101101010001110101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113107; }

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

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

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

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

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

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

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

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