#112D05

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

Shades of Myrtle #112D05

Tints of Myrtle #112D05

Color information

#112D05 (or 0x112D05) is unknown color: approx Myrtle. HEX triplet: 11, 2D and 05. RGB value is (17,45,5). Sum of RGB (Red+Green+Blue) = 17+45+5=67 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.37% from 67); Green value is 45 (17.97% from 255 or 67.16% from 67); Blue value is 5 (2.34% from 255 or 7.46% from 67); Max value from RGB is 45 - color contains mainly: green. Hex color #112D05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112D05 is #EED2FA. Grayscale: #202020. Windows color (decimal): -15651579 or 339217. OLE color: 339217.

HSL color Cylindrical-coordinate representation of color #112D05: hue angle of 102º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #112D05 is Cyan = 0.62, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.82.

Color convert

RGB17455-
CMYK0.6200.890.82
HSL102º80%9.8%-
HSV(B)102º88.89%17.65%-
XYZ1.22.010.47-
YUV32.07112.72117.25-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25.37%
GREEN value IS 45 (17.97% from 255) = 67.16%
BLUE value IS 5 (2.34% from 255) = 7.46%
R=25.37%
G=67.16%
B=7.46%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal174550.6200.890.82102809.8
Hex112D53E059526650a
Octal2155576013112214612012
Binary10001101101101111110010110011010010110011010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,45,5); }

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

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

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

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

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

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

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