#113700

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

Shades of Myrtle #113700

Tints of Myrtle #113700

Color information

#113700 (or 0x113700) is unknown color: approx Myrtle. HEX triplet: 11, 37 and 00. RGB value is (17,55,0). Sum of RGB (Red+Green+Blue) = 17+55+0=72 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.61% from 72); Green value is 55 (21.88% from 255 or 76.39% from 72); Blue value is 0 (0.39% from 255 or 0% from 72); Max value from RGB is 55 - color contains mainly: green. Hex color #113700 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113700 is #EEC8FF. Grayscale: #252525. Windows color (decimal): -15649024 or 14097. OLE color: 14097.

HSL color Cylindrical-coordinate representation of color #113700: hue angle of 101.45º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #113700 is Cyan = 0.69, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB17550-
CMYK0.69010.78
HSL101.45º100%10.78%-
HSV(B)101.45º100%21.57%-
XYZ1.62.850.47-
YUV37.37106.91113.47-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 23.61%
GREEN value IS 55 (21.88% from 255) = 76.39%
BLUE value IS 0 (0.39% from 255) = 0%
R=23.61%
G=76.39%
B=0%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal175500.69010.78101.4510010.78
Hex11370450644E6564b
Octal21670105014411614514413
Binary1000111011101000101011001001001110110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113700; }

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

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

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

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

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

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

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

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