#112B07

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

Shades of Myrtle #112B07

Tints of Myrtle #112B07

Color information

#112B07 (or 0x112B07) is unknown color: approx Myrtle. HEX triplet: 11, 2B and 07. RGB value is (17,43,7). Sum of RGB (Red+Green+Blue) = 17+43+7=67 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.37% from 67); Green value is 43 (17.19% from 255 or 64.18% from 67); Blue value is 7 (3.12% from 255 or 10.45% from 67); Max value from RGB is 43 - color contains mainly: green. Hex color #112B07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112B07 is #EED4F8. Grayscale: #1F1F1F. Windows color (decimal): -15652089 or 469777. OLE color: 469777.

HSL color Cylindrical-coordinate representation of color #112B07: hue angle of 103.33º degrees, saturation: 0.72, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #112B07 is Cyan = 0.60, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.83.

Color convert

RGB17437-
CMYK0.6000.840.83
HSL103.33º72%9.8%-
HSV(B)103.33º83.72%16.86%-
XYZ1.131.860.5-
YUV31.12114.39117.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25.37%
GREEN value IS 43 (17.19% from 255) = 64.18%
BLUE value IS 7 (3.12% from 255) = 10.45%
R=25.37%
G=64.18%
B=10.45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal174370.6000.840.83103.33729.8
Hex112B73C054536748a
Octal2153774012412314711012
Binary10001101011111111100010101001010011110011110010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112B07; }

 p { color: rgb(17,43,7); }

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

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

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

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

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

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

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