#114531

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

Shades of Sherwood Green #114531

Tints of Sherwood Green #114531

Color information

#114531 (or 0x114531) is unknown color: approx Sherwood Green. HEX triplet: 11, 45 and 31. RGB value is (17,69,49). Sum of RGB (Red+Green+Blue) = 17+69+49=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 69 (27.34% from 255 or 51.11% from 135); Blue value is 49 (19.53% from 255 or 36.30% from 135); Max value from RGB is 69 - color contains mainly: green. Hex color #114531 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114531 is #EEBACE. Grayscale: #333333. Windows color (decimal): -15645391 or 3228945. OLE color: 3228945.

HSL color Cylindrical-coordinate representation of color #114531: hue angle of 156.92º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #114531 is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB176949-
CMYK0.7500.290.73
HSL156.92º60.47%16.86%-
HSV(B)156.92º75.36%27.06%-
XYZ2.914.63.64-
YUV51.17126.77103.63-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.59%
GREEN value IS 69 (27.34% from 255) = 51.11%
BLUE value IS 49 (19.53% from 255) = 36.30%
R=12.59%
G=51.11%
B=36.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1769490.7500.290.73156.9260.4716.86
Hex1145314B01D499d3c11
Octal21105611130351112357421
Binary100011000101110001100101101110110010011001110111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114531; }

 p { color: rgb(17,69,49); }

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

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

 a { background-color: rgb(17,69,49); }

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

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

 span { border-color: rgb(17,69,49); }

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