#113407

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

Shades of Myrtle #113407

Tints of Myrtle #113407

Color information

#113407 (or 0x113407) is unknown color: approx Myrtle. HEX triplet: 11, 34 and 07. RGB value is (17,52,7). Sum of RGB (Red+Green+Blue) = 17+52+7=76 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.37% from 76); Green value is 52 (20.70% from 255 or 68.42% from 76); Blue value is 7 (3.12% from 255 or 9.21% from 76); Max value from RGB is 52 - color contains mainly: green. Hex color #113407 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113407 is #EECBF8. Grayscale: #242424. Windows color (decimal): -15649785 or 472081. OLE color: 472081.

HSL color Cylindrical-coordinate representation of color #113407: hue angle of 106.67º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #113407 is Cyan = 0.67, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.80.

Color convert

RGB17527-
CMYK0.6700.870.80
HSL106.67º76.27%11.57%-
HSV(B)106.67º86.54%20.39%-
XYZ1.52.590.62-
YUV36.4111.4114.16-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.37%
GREEN value IS 52 (20.70% from 255) = 68.42%
BLUE value IS 7 (3.12% from 255) = 9.21%
R=22.37%
G=68.42%
B=9.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal175270.6700.870.80106.6776.2711.57
Hex1134743057506b4cc
Octal21647103012712015311414
Binary100011101001111000011010101111010000110101110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113407; }

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

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

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

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

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

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

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

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