#114330

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

Shades of Sherwood Green #114330

Tints of Sherwood Green #114330

Color information

#114330 (or 0x114330) is unknown color: approx Sherwood Green. HEX triplet: 11, 43 and 30. RGB value is (17,67,48). Sum of RGB (Red+Green+Blue) = 17+67+48=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 67 (26.56% from 255 or 50.76% from 132); Blue value is 48 (19.14% from 255 or 36.36% from 132); Max value from RGB is 67 - color contains mainly: green. Hex color #114330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114330 is #EEBCCF. Grayscale: #313131. Windows color (decimal): -15645904 or 3162897. OLE color: 3162897.

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

Color convert

RGB176748-
CMYK0.7500.280.74
HSL157.2º59.52%16.47%-
HSV(B)157.2º74.63%26.27%-
XYZ2.774.353.49-
YUV49.88126.94104.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.88%
GREEN value IS 67 (26.56% from 255) = 50.76%
BLUE value IS 48 (19.14% from 255) = 36.36%
R=12.88%
G=50.76%
B=36.36%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1767480.7500.280.74157.259.5216.47
Hex1143304B01C4A9d3c10
Octal21103601130341122357420
Binary100011000011110000100101101110010010101001110111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114330; }

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

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

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

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

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

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

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

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