#11392C

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

Shades of Sherwood Green #11392C

Tints of Sherwood Green #11392C

Color information

#11392C (or 0x11392C) is unknown color: approx Sherwood Green. HEX triplet: 11, 39 and 2C. RGB value is (17,57,44). Sum of RGB (Red+Green+Blue) = 17+57+44=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 57 (22.66% from 255 or 48.31% from 118); Blue value is 44 (17.58% from 255 or 37.29% from 118); Max value from RGB is 57 - color contains mainly: green. Hex color #11392C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11392C is #EEC6D3. Grayscale: #2B2B2B. Windows color (decimal): -15648468 or 2898193. OLE color: 2898193.

HSL color Cylindrical-coordinate representation of color #11392C: hue angle of 160.5º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #11392C is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB175744-
CMYK0.7000.230.78
HSL160.5º54.05%14.51%-
HSV(B)160.5º70.18%22.35%-
XYZ2.153.232.89-
YUV43.56128.25109.06-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.41%
GREEN value IS 57 (22.66% from 255) = 48.31%
BLUE value IS 44 (17.58% from 255) = 37.29%
R=14.41%
G=48.31%
B=37.29%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1757440.7000.230.78160.554.0514.51
Hex11392C460174Ea036f
Octal2171541060271162406617
Binary1000111100110110010001100101111001110101000001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11392C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11392C; }

 p { color: rgb(17,57,44); }

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

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

 a { background-color: rgb(17,57,44); }

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

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

 span { border-color: rgb(17,57,44); }

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