#114A36

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

Shades of Sherwood Green #114A36

Tints of Sherwood Green #114A36

Color information

#114A36 (or 0x114A36) is unknown color: approx Sherwood Green. HEX triplet: 11, 4A and 36. RGB value is (17,74,54). Sum of RGB (Red+Green+Blue) = 17+74+54=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 74 (29.30% from 255 or 51.03% from 145); Blue value is 54 (21.48% from 255 or 37.24% from 145); Max value from RGB is 74 - color contains mainly: green. Hex color #114A36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114A36 is #EEB5C9. Grayscale: #363636. Windows color (decimal): -15644106 or 3557905. OLE color: 3557905.

HSL color Cylindrical-coordinate representation of color #114A36: hue angle of 158.95º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #114A36 is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB177454-
CMYK0.7700.270.71
HSL158.95º62.64%17.84%-
HSV(B)158.95º77.03%29.02%-
XYZ3.355.284.33-
YUV54.68127.62101.13-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.72%
GREEN value IS 74 (29.30% from 255) = 51.03%
BLUE value IS 54 (21.48% from 255) = 37.24%
R=11.72%
G=51.03%
B=37.24%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1774540.7700.270.71158.9562.6417.84
Hex114A364D01B479f3f12
Octal21112661150331072377722
Binary100011001010110110100110101101110001111001111111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,74,54); }

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

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

 a { background-color: rgb(17,74,54); }

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

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

 span { border-color: rgb(17,74,54); }

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