#114331

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

Shades of Sherwood Green #114331

Tints of Sherwood Green #114331

Color information

#114331 (or 0x114331) is unknown color: approx Sherwood Green. HEX triplet: 11, 43 and 31. RGB value is (17,67,49). Sum of RGB (Red+Green+Blue) = 17+67+49=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 67 (26.56% from 255 or 50.38% from 133); Blue value is 49 (19.53% from 255 or 36.84% from 133); Max value from RGB is 67 - color contains mainly: green. Hex color #114331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114331 is #EEBCCE. Grayscale: #323232. Windows color (decimal): -15645903 or 3228433. OLE color: 3228433.

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

Color convert

RGB176749-
CMYK0.7500.270.74
HSL158.4º59.52%16.47%-
HSV(B)158.4º74.63%26.27%-
XYZ2.794.363.6-
YUV50127.44104.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.78%
GREEN value IS 67 (26.56% from 255) = 50.38%
BLUE value IS 49 (19.53% from 255) = 36.84%
R=12.78%
G=50.38%
B=36.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1767490.7500.270.74158.459.5216.47
Hex1143314B01B4A9e3c10
Octal21103611130331122367420
Binary100011000011110001100101101101110010101001111011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114331; }

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

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

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

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

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

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

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

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