#113414

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

Shades of Myrtle #113414

Tints of Myrtle #113414

Color information

#113414 (or 0x113414) is unknown color: approx Myrtle. HEX triplet: 11, 34 and 14. RGB value is (17,52,20). Sum of RGB (Red+Green+Blue) = 17+52+20=89 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.10% from 89); Green value is 52 (20.70% from 255 or 58.43% from 89); Blue value is 20 (8.20% from 255 or 22.47% from 89); Max value from RGB is 52 - color contains mainly: green. Hex color #113414 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113414 is #EECBEB. Grayscale: #252525. Windows color (decimal): -15649772 or 1324049. OLE color: 1324049.

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

Color convert

RGB175220-
CMYK0.6700.620.80
HSL125.14º50.72%13.53%-
HSV(B)125.14º67.31%20.39%-
XYZ1.592.631.09-
YUV37.89117.9113.1-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.10%
GREEN value IS 52 (20.70% from 255) = 58.43%
BLUE value IS 20 (8.20% from 255) = 22.47%
R=19.10%
G=58.43%
B=22.47%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1752200.6700.620.80125.1450.7213.53
Hex1134144303E507d33e
Octal2164241030761201756316
Binary100011101001010010000110111110101000011111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113414; }

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

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

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

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

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

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

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

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