#114F3C

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

Shades of Sherwood Green #114F3C

Tints of Sherwood Green #114F3C

Color information

#114F3C (or 0x114F3C) is unknown color: approx Sherwood Green. HEX triplet: 11, 4F and 3C. RGB value is (17,79,60). Sum of RGB (Red+Green+Blue) = 17+79+60=156 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.90% from 156); Green value is 79 (31.25% from 255 or 50.64% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 79 - color contains mainly: green. Hex color #114F3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #114F3C is #EEB0C3. Grayscale: #3A3A3A. Windows color (decimal): -15642820 or 3952401. OLE color: 3952401.

HSL color Cylindrical-coordinate representation of color #114F3C: hue angle of 161.61º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114F3C is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB177960-
CMYK0.7800.240.69
HSL161.61º64.58%18.82%-
HSV(B)161.61º78.48%30.98%-
XYZ3.846.045.24-
YUV58.3128.9698.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.90%
GREEN value IS 79 (31.25% from 255) = 50.64%
BLUE value IS 60 (23.83% from 255) = 38.46%
R=10.90%
G=50.64%
B=38.46%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1779600.7800.240.69161.6164.5818.82
Hex114F3C4E01845a24113
Octal211177411603010524210123
Binary1000110011111111001001110011000100010110100010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114F3C; }

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

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

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

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

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

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

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

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