#113207

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

Shades of Myrtle #113207

Tints of Myrtle #113207

Color information

#113207 (or 0x113207) is unknown color: approx Myrtle. HEX triplet: 11, 32 and 07. RGB value is (17,50,7). Sum of RGB (Red+Green+Blue) = 17+50+7=74 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.97% from 74); Green value is 50 (19.92% from 255 or 67.57% from 74); Blue value is 7 (3.12% from 255 or 9.46% from 74); Max value from RGB is 50 - color contains mainly: green. Hex color #113207 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113207 is #EECDF8. Grayscale: #232323. Windows color (decimal): -15650297 or 471569. OLE color: 471569.

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

Color convert

RGB17507-
CMYK0.6600.860.80
HSL106.05º75.44%11.18%-
HSV(B)106.05º86%19.61%-
XYZ1.412.420.59-
YUV35.23112.07115-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.97%
GREEN value IS 50 (19.92% from 255) = 67.57%
BLUE value IS 7 (3.12% from 255) = 9.46%
R=22.97%
G=67.57%
B=9.46%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal175070.6600.860.80106.0575.4411.18
Hex1132742056506a4bb
Octal21627102012612015211313
Binary100011100101111000010010101101010000110101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113207; }

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

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

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

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

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

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

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

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