#112D04

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

Shades of Myrtle #112D04

Tints of Myrtle #112D04

Color information

#112D04 (or 0x112D04) is unknown color: approx Myrtle. HEX triplet: 11, 2D and 04. RGB value is (17,45,4). Sum of RGB (Red+Green+Blue) = 17+45+4=66 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.76% from 66); Green value is 45 (17.97% from 255 or 68.18% from 66); Blue value is 4 (1.95% from 255 or 6.06% from 66); Max value from RGB is 45 - color contains mainly: green. Hex color #112D04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112D04 is #EED2FB. Grayscale: #202020. Windows color (decimal): -15651580 or 273681. OLE color: 273681.

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

Color convert

RGB17454-
CMYK0.6200.910.82
HSL100.98º83.67%9.61%-
HSV(B)100.98º91.11%17.65%-
XYZ1.1920.44-
YUV31.95112.22117.33-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25.76%
GREEN value IS 45 (17.97% from 255) = 68.18%
BLUE value IS 4 (1.95% from 255) = 6.06%
R=25.76%
G=68.18%
B=6.06%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal174540.6200.910.82100.9883.679.61
Hex112D43E05B526554a
Octal2155476013312214512412
Binary10001101101100111110010110111010010110010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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