#112621

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

Shades of Dark Green #112621

Tints of Dark Green #112621

Color information

#112621 (or 0x112621) is unknown color: approx Dark Green. HEX triplet: 11, 26 and 21. RGB value is (17,38,33). Sum of RGB (Red+Green+Blue) = 17+38+33=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 38 (15.23% from 255 or 43.18% from 88); Blue value is 33 (13.28% from 255 or 37.5% from 88); Max value from RGB is 38 - color contains mainly: green. Hex color #112621 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112621 is #EED9DE. Grayscale: #1F1F1F. Windows color (decimal): -15653343 or 2172433. OLE color: 2172433.

HSL color Cylindrical-coordinate representation of color #112621: hue angle of 165.71º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #112621 is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.85.

Color convert

RGB173833-
CMYK0.5500.130.85
HSL165.71º38.18%10.78%-
HSV(B)165.71º55.26%14.9%-
XYZ1.21.621.69-
YUV31.15129.04117.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.32%
GREEN value IS 38 (15.23% from 255) = 43.18%
BLUE value IS 33 (13.28% from 255) = 37.5%
R=19.32%
G=43.18%
B=37.5%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1738330.5500.130.85165.7138.1810.78
Hex112621370D55a626b
Octal214641670151252464613
Binary10001100110100001110111011011010101101001101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112621; }

 p { color: rgb(17,38,33); }

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

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

 a { background-color: rgb(17,38,33); }

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

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

 span { border-color: rgb(17,38,33); }

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