#112908

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

Shades of Myrtle #112908

Tints of Myrtle #112908

Color information

#112908 (or 0x112908) is unknown color: approx Myrtle. HEX triplet: 11, 29 and 08. RGB value is (17,41,8). Sum of RGB (Red+Green+Blue) = 17+41+8=66 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.76% from 66); Green value is 41 (16.41% from 255 or 62.12% from 66); Blue value is 8 (3.52% from 255 or 12.12% from 66); Max value from RGB is 41 - color contains mainly: green. Hex color #112908 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112908 is #EED6F7. Grayscale: #1E1E1E. Windows color (decimal): -15652600 or 534801. OLE color: 534801.

HSL color Cylindrical-coordinate representation of color #112908: hue angle of 103.64º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #112908 is Cyan = 0.59, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.84.

Color convert

RGB17418-
CMYK0.5900.800.84
HSL103.64º67.35%9.61%-
HSV(B)103.64º80.49%16.08%-
XYZ1.071.720.51-
YUV30.06115.55118.68-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25.76%
GREEN value IS 41 (16.41% from 255) = 62.12%
BLUE value IS 8 (3.52% from 255) = 12.12%
R=25.76%
G=62.12%
B=12.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal174180.5900.800.84103.6467.359.61
Hex112983B050546843a
Octal21511073012012415010312
Binary100011010011000111011010100001010100110100010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112908; }

 p { color: rgb(17,41,8); }

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

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

 a { background-color: rgb(17,41,8); }

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

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

 span { border-color: rgb(17,41,8); }

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