#114532

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

Shades of Sherwood Green #114532

Tints of Sherwood Green #114532

Color information

#114532 (or 0x114532) is unknown color: approx Sherwood Green. HEX triplet: 11, 45 and 32. RGB value is (17,69,50). Sum of RGB (Red+Green+Blue) = 17+69+50=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 69 (27.34% from 255 or 50.74% from 136); Blue value is 50 (19.92% from 255 or 36.76% from 136); Max value from RGB is 69 - color contains mainly: green. Hex color #114532 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114532 is #EEBACD. Grayscale: #333333. Windows color (decimal): -15645390 or 3294481. OLE color: 3294481.

HSL color Cylindrical-coordinate representation of color #114532: hue angle of 158.08º 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 #114532 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.73.

Color convert

RGB176950-
CMYK0.7500.280.73
HSL158.08º60.47%16.86%-
HSV(B)158.08º75.36%27.06%-
XYZ2.944.613.75-
YUV51.29127.27103.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.5%
GREEN value IS 69 (27.34% from 255) = 50.74%
BLUE value IS 50 (19.92% from 255) = 36.76%
R=12.5%
G=50.74%
B=36.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1769500.7500.280.73158.0860.4716.86
Hex1145324B01C499e3c11
Octal21105621130341112367421
Binary100011000101110010100101101110010010011001111011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114532; }

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

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

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

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

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

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

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

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