#112808

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

Shades of Myrtle #112808

Tints of Myrtle #112808

Color information

#112808 (or 0x112808) is unknown color: approx Myrtle. HEX triplet: 11, 28 and 08. RGB value is (17,40,8). Sum of RGB (Red+Green+Blue) = 17+40+8=65 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.15% from 65); Green value is 40 (16.02% from 255 or 61.54% from 65); Blue value is 8 (3.52% from 255 or 12.31% from 65); Max value from RGB is 40 - color contains mainly: green. Hex color #112808 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112808 is #EED7F7. Grayscale: #1D1D1D. Windows color (decimal): -15652856 or 534545. OLE color: 534545.

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

Color convert

RGB17408-
CMYK0.5700.800.84
HSL103.12º66.67%9.41%-
HSV(B)103.12º80%15.69%-
XYZ1.031.650.49-
YUV29.47115.88119.1-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 26.15%
GREEN value IS 40 (16.02% from 255) = 61.54%
BLUE value IS 8 (3.52% from 255) = 12.31%
R=26.15%
G=61.54%
B=12.31%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal174080.5700.800.84103.1266.679.41
Hex11288390505467439
Octal21501071012012414710311
Binary100011010001000111001010100001010100110011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112808; }

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

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

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

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

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

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

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

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