#113314

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

Shades of Myrtle #113314

Tints of Myrtle #113314

Color information

#113314 (or 0x113314) is unknown color: approx Myrtle. HEX triplet: 11, 33 and 14. RGB value is (17,51,20). Sum of RGB (Red+Green+Blue) = 17+51+20=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 51 (20.31% from 255 or 57.95% from 88); Blue value is 20 (8.20% from 255 or 22.73% from 88); Max value from RGB is 51 - color contains mainly: green. Hex color #113314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113314 is #EECCEB. Grayscale: #252525. Windows color (decimal): -15650028 or 1323793. OLE color: 1323793.

HSL color Cylindrical-coordinate representation of color #113314: hue angle of 125.29º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #113314 is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.8.

Color convert

RGB175120-
CMYK0.6700.610.8
HSL125.29º50%13.33%-
HSV(B)125.29º66.67%20%-
XYZ1.542.541.07-
YUV37.3118.24113.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.32%
GREEN value IS 51 (20.31% from 255) = 57.95%
BLUE value IS 20 (8.20% from 255) = 22.73%
R=19.32%
G=57.95%
B=22.73%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1751200.6700.610.8125.295013.33
Hex1133144303D507d32d
Octal2163241030751201756215
Binary100011100111010010000110111101101000011111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113314; }

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

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

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

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

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

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

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

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