#11392D

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

Shades of Sherwood Green #11392D

Tints of Sherwood Green #11392D

Color information

#11392D (or 0x11392D) is unknown color: approx Sherwood Green. HEX triplet: 11, 39 and 2D. RGB value is (17,57,45). Sum of RGB (Red+Green+Blue) = 17+57+45=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 57 (22.66% from 255 or 47.90% from 119); Blue value is 45 (17.97% from 255 or 37.82% from 119); Max value from RGB is 57 - color contains mainly: green. Hex color #11392D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11392D is #EEC6D2. Grayscale: #2B2B2B. Windows color (decimal): -15648467 or 2963729. OLE color: 2963729.

HSL color Cylindrical-coordinate representation of color #11392D: hue angle of 162º 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 #11392D is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB175745-
CMYK0.7000.210.78
HSL162º54.05%14.51%-
HSV(B)162º70.18%22.35%-
XYZ2.173.232.99-
YUV43.67128.75108.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.29%
GREEN value IS 57 (22.66% from 255) = 47.90%
BLUE value IS 45 (17.97% from 255) = 37.82%
R=14.29%
G=47.90%
B=37.82%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1757450.7000.210.7816254.0514.51
Hex11392D460154Ea236f
Octal2171551060251162426617
Binary1000111100110110110001100101011001110101000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11392D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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