#113206

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

Shades of Myrtle #113206

Tints of Myrtle #113206

Color information

#113206 (or 0x113206) is unknown color: approx Myrtle. HEX triplet: 11, 32 and 06. RGB value is (17,50,6). Sum of RGB (Red+Green+Blue) = 17+50+6=73 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.29% from 73); Green value is 50 (19.92% from 255 or 68.49% from 73); Blue value is 6 (2.73% from 255 or 8.22% from 73); Max value from RGB is 50 - color contains mainly: green. Hex color #113206 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113206 is #EECDF9. Grayscale: #232323. Windows color (decimal): -15650298 or 406033. OLE color: 406033.

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

Color convert

RGB17506-
CMYK0.6600.880.80
HSL105º78.57%10.98%-
HSV(B)105º88%19.61%-
XYZ1.42.410.56-
YUV35.12111.57115.08-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 23.29%
GREEN value IS 50 (19.92% from 255) = 68.49%
BLUE value IS 6 (2.73% from 255) = 8.22%
R=23.29%
G=68.49%
B=8.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal175060.6600.880.8010578.5710.98
Hex113264205850694fb
Octal21626102013012015111713
Binary100011100101101000010010110001010000110100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113206; }

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

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

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

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

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

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

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

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