#114033

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

Shades of Sherwood Green #114033

Tints of Sherwood Green #114033

Color information

#114033 (or 0x114033) is unknown color: approx Sherwood Green. HEX triplet: 11, 40 and 33. RGB value is (17,64,51). Sum of RGB (Red+Green+Blue) = 17+64+51=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 51 (20.31% from 255 or 38.64% from 132); Max value from RGB is 64 - color contains mainly: green. Hex color #114033 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114033 is #EEBFCC. Grayscale: #303030. Windows color (decimal): -15646669 or 3358737. OLE color: 3358737.

HSL color Cylindrical-coordinate representation of color #114033: hue angle of 163.4º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #114033 is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB176451-
CMYK0.7300.200.75
HSL163.4º58.02%15.88%-
HSV(B)163.4º73.44%25.1%-
XYZ2.664.023.77-
YUV48.46129.43105.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.88%
GREEN value IS 64 (25.39% from 255) = 48.48%
BLUE value IS 51 (20.31% from 255) = 38.64%
R=12.88%
G=48.48%
B=38.64%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1764510.7300.200.75163.458.0215.88
Hex114033490144Ba33a10
Octal21100631110241132437220
Binary100011000000110011100100101010010010111010001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114033; }

 p { color: rgb(17,64,51); }

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

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

 a { background-color: rgb(17,64,51); }

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

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

 span { border-color: rgb(17,64,51); }

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