#11220F

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

Shades of Myrtle #11220F

Tints of Myrtle #11220F

Color information

#11220F (or 0x11220F) is unknown color: approx Myrtle. HEX triplet: 11, 22 and 0F. RGB value is (17,34,15). Sum of RGB (Red+Green+Blue) = 17+34+15=66 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.76% from 66); Green value is 34 (13.67% from 255 or 51.52% from 66); Blue value is 15 (6.25% from 255 or 22.73% from 66); Max value from RGB is 34 - color contains mainly: green. Hex color #11220F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11220F is #EEDDF0. Grayscale: #1A1A1A. Windows color (decimal): -15654385 or 991761. OLE color: 991761.

HSL color Cylindrical-coordinate representation of color #11220F: hue angle of 113.68º degrees, saturation: 0.39, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #11220F is Cyan = 0.50, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.87.

Color convert

RGB173415-
CMYK0.5000.560.87
HSL113.68º38.78%9.61%-
HSV(B)113.68º55.88%13.33%-
XYZ0.891.30.66-
YUV26.75121.37121.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25.76%
GREEN value IS 34 (13.67% from 255) = 51.52%
BLUE value IS 15 (6.25% from 255) = 22.73%
R=25.76%
G=51.52%
B=22.73%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1734150.5000.560.87113.6838.789.61
Hex1122F32038577227a
Octal214217620701271624712
Binary1000110001011111100100111000101011111100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11220F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11220F; }

 p { color: rgb(17,34,15); }

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

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

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

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

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

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

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