#11513C

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

Shades of Sherwood Green #11513C

Tints of Sherwood Green #11513C

Color information

#11513C (or 0x11513C) is unknown color: approx Sherwood Green. HEX triplet: 11, 51 and 3C. RGB value is (17,81,60). Sum of RGB (Red+Green+Blue) = 17+81+60=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 81 (32.03% from 255 or 51.27% from 158); Blue value is 60 (23.83% from 255 or 37.97% from 158); Max value from RGB is 81 - color contains mainly: green. Hex color #11513C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11513C is #EEAEC3. Grayscale: #3B3B3B. Windows color (decimal): -15642308 or 3952913. OLE color: 3952913.

HSL color Cylindrical-coordinate representation of color #11513C: hue angle of 160.31º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #11513C is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB178160-
CMYK0.7900.260.68
HSL160.31º65.31%19.22%-
HSV(B)160.31º79.01%31.76%-
XYZ3.996.335.29-
YUV59.47128.397.71-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.76%
GREEN value IS 81 (32.03% from 255) = 51.27%
BLUE value IS 60 (23.83% from 255) = 37.97%
R=10.76%
G=51.27%
B=37.97%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1781600.7900.260.68160.3165.3119.22
Hex11513C4F01A44a04113
Octal211217411703210424010123
Binary1000110100011111001001111011010100010010100000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11513C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,81,60); }

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

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

 a { background-color: rgb(17,81,60); }

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

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

 span { border-color: rgb(17,81,60); }

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