#113B07

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

Shades of Myrtle #113B07

Tints of Myrtle #113B07

Color information

#113B07 (or 0x113B07) is unknown color: approx Myrtle. HEX triplet: 11, 3B and 07. RGB value is (17,59,7). Sum of RGB (Red+Green+Blue) = 17+59+7=83 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.48% from 83); Green value is 59 (23.44% from 255 or 71.08% from 83); Blue value is 7 (3.12% from 255 or 8.43% from 83); Max value from RGB is 59 - color contains mainly: green. Hex color #113B07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113B07 is #EEC4F8. Grayscale: #282828. Windows color (decimal): -15647993 or 473873. OLE color: 473873.

HSL color Cylindrical-coordinate representation of color #113B07: hue angle of 108.46º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #113B07 is Cyan = 0.71, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.77.

Color convert

RGB17597-
CMYK0.7100.880.77
HSL108.46º78.79%12.94%-
HSV(B)108.46º88.14%23.14%-
XYZ1.833.260.73-
YUV40.51109.09111.23-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.48%
GREEN value IS 59 (23.44% from 255) = 71.08%
BLUE value IS 7 (3.12% from 255) = 8.43%
R=20.48%
G=71.08%
B=8.43%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal175970.7100.880.77108.4678.7912.94
Hex113B7470584D6c4fd
Octal21737107013011515411715
Binary100011110111111000111010110001001101110110010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113B07; }

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

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

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

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

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

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

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

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