#114231

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

Shades of Sherwood Green #114231

Tints of Sherwood Green #114231

Color information

#114231 (or 0x114231) is unknown color: approx Sherwood Green. HEX triplet: 11, 42 and 31. RGB value is (17,66,49). Sum of RGB (Red+Green+Blue) = 17+66+49=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 66 (26.17% from 255 or 50% from 132); Blue value is 49 (19.53% from 255 or 37.12% from 132); Max value from RGB is 66 - color contains mainly: green. Hex color #114231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114231 is #EEBDCE. Grayscale: #313131. Windows color (decimal): -15646159 or 3228177. OLE color: 3228177.

HSL color Cylindrical-coordinate representation of color #114231: hue angle of 159.18º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #114231 is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.74.

Color convert

RGB176649-
CMYK0.7400.260.74
HSL159.18º59.04%16.27%-
HSV(B)159.18º74.24%25.88%-
XYZ2.734.243.58-
YUV49.41127.77104.88-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.88%
GREEN value IS 66 (26.17% from 255) = 50%
BLUE value IS 49 (19.53% from 255) = 37.12%
R=12.88%
G=50%
B=37.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1766490.7400.260.74159.1859.0416.27
Hex1142314A01A4A9f3b10
Octal21102611120321122377320
Binary100011000010110001100101001101010010101001111111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114231; }

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

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

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

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

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

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

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

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