#11420B

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

Shades of Myrtle #11420B

Tints of Myrtle #11420B

Color information

#11420B (or 0x11420B) is unknown color: approx Myrtle. HEX triplet: 11, 42 and 0B. RGB value is (17,66,11). Sum of RGB (Red+Green+Blue) = 17+66+11=94 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.09% from 94); Green value is 66 (26.17% from 255 or 70.21% from 94); Blue value is 11 (4.69% from 255 or 11.70% from 94); Max value from RGB is 66 - color contains mainly: green. Hex color #11420B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11420B is #EEBDF4. Grayscale: #2D2D2D. Windows color (decimal): -15646197 or 737809. OLE color: 737809.

HSL color Cylindrical-coordinate representation of color #11420B: hue angle of 113.45º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #11420B is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.74.

Color convert

RGB176611-
CMYK0.7400.830.74
HSL113.45º71.43%15.1%-
HSV(B)113.45º83.33%25.88%-
XYZ2.244.040.98-
YUV45.08108.77107.97-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.09%
GREEN value IS 66 (26.17% from 255) = 70.21%
BLUE value IS 11 (4.69% from 255) = 11.70%
R=18.09%
G=70.21%
B=11.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1766110.7400.830.74113.4571.4315.1
Hex1142B4A0534A7147f
Octal2110213112012311216110717
Binary10001100001010111001010010100111001010111000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11420B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11420B; }

 p { color: rgb(17,66,11); }

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

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

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

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

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

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

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