#113411

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

Shades of Myrtle #113411

Tints of Myrtle #113411

Color information

#113411 (or 0x113411) is unknown color: approx Myrtle. HEX triplet: 11, 34 and 11. RGB value is (17,52,17). Sum of RGB (Red+Green+Blue) = 17+52+17=86 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.77% from 86); Green value is 52 (20.70% from 255 or 60.47% from 86); Blue value is 17 (7.03% from 255 or 19.77% from 86); Max value from RGB is 52 - color contains mainly: green. Hex color #113411 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113411 is #EECBEE. Grayscale: #252525. Windows color (decimal): -15649775 or 1127441. OLE color: 1127441.

HSL color Cylindrical-coordinate representation of color #113411: hue angle of 120º 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 #113411 is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.80.

Color convert

RGB175217-
CMYK0.6700.670.80
HSL120º50.72%13.53%-
HSV(B)120º67.31%20.39%-
XYZ1.562.620.95-
YUV37.54116.4113.35-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.77%
GREEN value IS 52 (20.70% from 255) = 60.47%
BLUE value IS 17 (7.03% from 255) = 19.77%
R=19.77%
G=60.47%
B=19.77%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1752170.6700.670.8012050.7213.53
Hex11341143043507833e
Octal21642110301031201706316
Binary1000111010010001100001101000011101000011110001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113411; }

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

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

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

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

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

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

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

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