#114334

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

Shades of Sherwood Green #114334

Tints of Sherwood Green #114334

Color information

#114334 (or 0x114334) is unknown color: approx Sherwood Green. HEX triplet: 11, 43 and 34. RGB value is (17,67,52). Sum of RGB (Red+Green+Blue) = 17+67+52=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 67 (26.56% from 255 or 49.26% from 136); Blue value is 52 (20.70% from 255 or 38.24% from 136); Max value from RGB is 67 - color contains mainly: green. Hex color #114334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114334 is #EEBCCB. Grayscale: #323232. Windows color (decimal): -15645900 or 3425041. OLE color: 3425041.

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

Color convert

RGB176752-
CMYK0.7500.220.74
HSL162º59.52%16.47%-
HSV(B)162º74.63%26.27%-
XYZ2.864.383.94-
YUV50.34128.94104.22-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.5%
GREEN value IS 67 (26.56% from 255) = 49.26%
BLUE value IS 52 (20.70% from 255) = 38.24%
R=12.5%
G=49.26%
B=38.24%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1767520.7500.220.7416259.5216.47
Hex1143344B0164Aa23c10
Octal21103641130261122427420
Binary100011000011110100100101101011010010101010001011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114334; }

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

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

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

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

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

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

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

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