#113305

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

Shades of Myrtle #113305

Tints of Myrtle #113305

Color information

#113305 (or 0x113305) is unknown color: approx Myrtle. HEX triplet: 11, 33 and 05. RGB value is (17,51,5). Sum of RGB (Red+Green+Blue) = 17+51+5=73 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.29% from 73); Green value is 51 (20.31% from 255 or 69.86% from 73); Blue value is 5 (2.34% from 255 or 6.85% from 73); Max value from RGB is 51 - color contains mainly: green. Hex color #113305 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113305 is #EECCFA. Grayscale: #232323. Windows color (decimal): -15650043 or 340753. OLE color: 340753.

HSL color Cylindrical-coordinate representation of color #113305: hue angle of 104.35º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #113305 is Cyan = 0.67, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.8.

Color convert

RGB17515-
CMYK0.6700.900.8
HSL104.35º82.14%10.98%-
HSV(B)104.35º90.2%20%-
XYZ1.442.50.55-
YUV35.59110.74114.74-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 23.29%
GREEN value IS 51 (20.31% from 255) = 69.86%
BLUE value IS 5 (2.34% from 255) = 6.85%
R=23.29%
G=69.86%
B=6.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal175150.6700.900.8104.3582.1410.98
Hex113354305A506852b
Octal21635103013212015012213
Binary100011100111011000011010110101010000110100010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113305; }

 p { color: rgb(17,51,5); }

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

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

 a { background-color: rgb(17,51,5); }

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

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

 span { border-color: rgb(17,51,5); }

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