#11382C

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

Shades of Sherwood Green #11382C

Tints of Sherwood Green #11382C

Color information

#11382C (or 0x11382C) is unknown color: approx Sherwood Green. HEX triplet: 11, 38 and 2C. RGB value is (17,56,44). Sum of RGB (Red+Green+Blue) = 17+56+44=117 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.53% from 117); Green value is 56 (22.27% from 255 or 47.86% from 117); Blue value is 44 (17.58% from 255 or 37.61% from 117); Max value from RGB is 56 - color contains mainly: green. Hex color #11382C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11382C is #EEC7D3. Grayscale: #2A2A2A. Windows color (decimal): -15648724 or 2897937. OLE color: 2897937.

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

Color convert

RGB175644-
CMYK0.7000.210.78
HSL161.54º53.42%14.31%-
HSV(B)161.54º69.64%21.96%-
XYZ2.13.132.88-
YUV42.97128.58109.48-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.53%
GREEN value IS 56 (22.27% from 255) = 47.86%
BLUE value IS 44 (17.58% from 255) = 37.61%
R=14.53%
G=47.86%
B=37.61%

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
Decimal1756440.7000.210.78161.5453.4214.31
Hex11382C460154Ea235e
Octal2170541060251162426516
Binary1000111100010110010001100101011001110101000101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11382C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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