#112D07

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

Shades of Myrtle #112D07

Tints of Myrtle #112D07

Color information

#112D07 (or 0x112D07) is unknown color: approx Myrtle. HEX triplet: 11, 2D and 07. RGB value is (17,45,7). Sum of RGB (Red+Green+Blue) = 17+45+7=69 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.64% from 69); Green value is 45 (17.97% from 255 or 65.22% from 69); Blue value is 7 (3.12% from 255 or 10.14% from 69); Max value from RGB is 45 - color contains mainly: green. Hex color #112D07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112D07 is #EED2F8. Grayscale: #202020. Windows color (decimal): -15651577 or 470289. OLE color: 470289.

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

Color convert

RGB17457-
CMYK0.6200.840.82
HSL104.21º73.08%10.2%-
HSV(B)104.21º84.44%17.65%-
XYZ1.212.010.53-
YUV32.3113.72117.09-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 24.64%
GREEN value IS 45 (17.97% from 255) = 65.22%
BLUE value IS 7 (3.12% from 255) = 10.14%
R=24.64%
G=65.22%
B=10.14%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal174570.6200.840.82104.2173.0810.2
Hex112D73E054526849a
Octal2155776012412215011112
Binary10001101101111111110010101001010010110100010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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